Html Css Color HEX #C02FAF Fuchsia

📋 copy color: '#C02FAF'

red 192 ◦ green 47 ◦ blue 175

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

Shades of Fuchsia #C02FAF

Tints of Fuchsia #C02FAF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.35%

 BLUE value IS 175 (68.75% from 255) = 42.27%

R = 46.38%
G = 11.35%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C02FAF (or 0xC02FAF) is known color: Fuchsia. HEX triplet: C0, 2F and AF. RGB value is (192,47,175). Sum of RGB (Red+Green+Blue) = 192+47+175=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C02FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02FAF is #3FD050. Grayscale: #686868. Windows color (decimal): -4182097 or 11481024. OLE color: 11481024.

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

Color convert

RGB 192 47 175 -
CMYK 0 0.76 0.09 0.25
HSL 307.03º 0.61% 0.47% -
HSV(B) 307.03º 0.76% 0.75% -
XYZ 30.49 16.33 42.1 -
YUV 104.95 167.54 190.09 -
System Red Green Blue C M Y K H S L
Decimal 192 47 175 0 0.76 0.09 0.25 307.03 0.61 0.47
Hex C0 2F AF 0 4C 9 19 133 3D 2F
Octal 300 57 257 0 114 11 31 463 75 57
Binary 11000000 101111 10101111 0 1001100 1001 11001 100110011 111101 101111

Color Harmonies of #C02FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FAF

Black with #C02FAF

Text Example


Text Example

White with #C02FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FAF; }

 p { color: rgb(192,47,175); }

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

background-color css

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

 a { background-color: rgb(192,47,175); }

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

border-color css

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

 span { border-color: rgb(192,47,175); }

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