Html Css Color HEX #C05CB8 Fuchsia

📋 copy color: '#C05CB8'

red 192 ◦ green 92 ◦ blue 184

#C05CB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C05CB8

Tints of Fuchsia #C05CB8

RGB

 RED value IS 192 (75.39% from 255) = 41.03%

 GREEN value IS 92 (36.33% from 255) = 19.66%

 BLUE value IS 184 (72.27% from 255) = 39.32%

R = 41.03%
G = 19.66%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C05CB8 (or 0xC05CB8) is known color: Fuchsia. HEX triplet: C0, 5C and B8. RGB value is (192,92,184). Sum of RGB (Red+Green+Blue) = 192+92+184=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C05CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CB8 is #3FA347. Grayscale: #848484. Windows color (decimal): -4170568 or 12082368. OLE color: 12082368.

HSL color Cylindrical-coordinate representation of color #C05CB8: hue angle of 304.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05CB8 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 92 184 -
CMYK 0 0.52 0.04 0.25
HSL 304.8º 0.44% 0.56% -
HSV(B) 304.8º 0.52% 0.75% -
XYZ 34.22 22.32 47.85 -
YUV 132.39 157.13 170.52 -
System Red Green Blue C M Y K H S L
Decimal 192 92 184 0 0.52 0.04 0.25 304.8 0.44 0.56
Hex C0 5C B8 0 34 4 19 131 2C 38
Octal 300 134 270 0 64 4 31 461 54 70
Binary 11000000 1011100 10111000 0 110100 100 11001 100110001 101100 111000

Color Harmonies of #C05CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05CB8

Black with #C05CB8

Text Example


Text Example

White with #C05CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05CB8; }

 p { color: rgb(192,92,184); }

 H1.HeaderClassName
 {
   color: #C05CB8;
 }
 .AnyTagClassName
 {
   color: #C05CB8;
 }
</style>

background-color css

<style>
 a { background-color: #C05CB8; }

 a { background-color: rgb(192,92,184); }

 div.DivClassName
 {
   background-color: #C05CB8;
 }
 .BgClassName
 {
   background-color: #C05CB8;
 }
</style>

border-color css

<style>
 span { border-color: #C05CB8; }

 span { border-color: rgb(192,92,184); }

 td.TdClassName
 {
   border-color: #C05CB8;
 }
 .TagClassName
 {
   border-color: #C05CB8;
 }
</style>