Html Css Color HEX #C04CB5 Fuchsia

📋 copy color: '#C04CB5'

red 192 ◦ green 76 ◦ blue 181

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

Shades of Fuchsia #C04CB5

Tints of Fuchsia #C04CB5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.93%

 BLUE value IS 181 (71.09% from 255) = 40.31%

R = 42.76%
G = 16.93%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C04CB5 (or 0xC04CB5) is known color: Fuchsia. HEX triplet: C0, 4C and B5. RGB value is (192,76,181). Sum of RGB (Red+Green+Blue) = 192+76+181=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CB5 is #3FB34A. Grayscale: #7A7A7A. Windows color (decimal): -4174667 or 11881664. OLE color: 11881664.

HSL color Cylindrical-coordinate representation of color #C04CB5: hue angle of 305.69º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04CB5 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 181 -
CMYK 0 0.60 0.06 0.25
HSL 305.69º 0.48% 0.53% -
HSV(B) 305.69º 0.6% 0.75% -
XYZ 32.66 19.71 45.8 -
YUV 122.65 160.93 177.46 -
System Red Green Blue C M Y K H S L
Decimal 192 76 181 0 0.60 0.06 0.25 305.69 0.48 0.53
Hex C0 4C B5 0 3C 6 19 132 30 35
Octal 300 114 265 0 74 6 31 462 60 65
Binary 11000000 1001100 10110101 0 111100 110 11001 100110010 110000 110101

Color Harmonies of #C04CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CB5

Black with #C04CB5

Text Example


Text Example

White with #C04CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CB5; }

 p { color: rgb(192,76,181); }

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

background-color css

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

 a { background-color: rgb(192,76,181); }

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

border-color css

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

 span { border-color: rgb(192,76,181); }

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