Html Css Color HEX #C04FAB Fuchsia

📋 copy color: '#C04FAB'

red 192 ◦ green 79 ◦ blue 171

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

Shades of Fuchsia #C04FAB

Tints of Fuchsia #C04FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.87%

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

R = 43.44%
G = 17.87%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C04FAB (or 0xC04FAB) is known color: Fuchsia. HEX triplet: C0, 4F and AB. RGB value is (192,79,171). Sum of RGB (Red+Green+Blue) = 192+79+171=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04FAB is #3FB054. Grayscale: #7B7B7B. Windows color (decimal): -4173909 or 11227072. OLE color: 11227072.

HSL color Cylindrical-coordinate representation of color #C04FAB: hue angle of 311.15º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04FAB is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 79 171 -
CMYK 0 0.59 0.11 0.25
HSL 311.15º 0.47% 0.53% -
HSV(B) 311.15º 0.59% 0.75% -
XYZ 31.88 19.74 40.66 -
YUV 123.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 192 79 171 0 0.59 0.11 0.25 311.15 0.47 0.53
Hex C0 4F AB 0 3B B 19 137 2F 35
Octal 300 117 253 0 73 13 31 467 57 65
Binary 11000000 1001111 10101011 0 111011 1011 11001 100110111 101111 110101

Color Harmonies of #C04FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04FAB

Black with #C04FAB

Text Example


Text Example

White with #C04FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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