Html Css Color HEX #C04CAB Fuchsia

📋 copy color: '#C04CAB'

red 192 ◦ green 76 ◦ blue 171

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

Shades of Fuchsia #C04CAB

Tints of Fuchsia #C04CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.95%

R = 43.74%
G = 17.31%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C04CAB (or 0xC04CAB) is known color: Fuchsia. HEX triplet: C0, 4C and AB. RGB value is (192,76,171). Sum of RGB (Red+Green+Blue) = 192+76+171=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CAB is #3FB354. Grayscale: #797979. Windows color (decimal): -4174677 or 11226304. OLE color: 11226304.

HSL color Cylindrical-coordinate representation of color #C04CAB: hue angle of 310.86º 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 #C04CAB is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 171 -
CMYK 0 0.60 0.11 0.25
HSL 310.86º 0.48% 0.53% -
HSV(B) 310.86º 0.6% 0.75% -
XYZ 31.67 19.32 40.59 -
YUV 121.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 192 76 171 0 0.60 0.11 0.25 310.86 0.48 0.53
Hex C0 4C AB 0 3C B 19 137 30 35
Octal 300 114 253 0 74 13 31 467 60 65
Binary 11000000 1001100 10101011 0 111100 1011 11001 100110111 110000 110101

Color Harmonies of #C04CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CAB

Black with #C04CAB

Text Example


Text Example

White with #C04CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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