Html Css Color HEX #C02FAC Fuchsia

📋 copy color: '#C02FAC'

red 192 ◦ green 47 ◦ blue 172

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

Shades of Fuchsia #C02FAC

Tints of Fuchsia #C02FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 46.72%
G = 11.44%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C02FAC (or 0xC02FAC) is known color: Fuchsia. HEX triplet: C0, 2F and AC. RGB value is (192,47,172). Sum of RGB (Red+Green+Blue) = 192+47+172=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C02FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02FAC is #3FD053. Grayscale: #686868. Windows color (decimal): -4182100 or 11284416. OLE color: 11284416.

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

Color convert

RGB 192 47 172 -
CMYK 0 0.76 0.10 0.25
HSL 308.28º 0.61% 0.47% -
HSV(B) 308.28º 0.76% 0.75% -
XYZ 30.2 16.22 40.57 -
YUV 104.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 192 47 172 0 0.76 0.10 0.25 308.28 0.61 0.47
Hex C0 2F AC 0 4C A 19 134 3D 2F
Octal 300 57 254 0 114 12 31 464 75 57
Binary 11000000 101111 10101100 0 1001100 1010 11001 100110100 111101 101111

Color Harmonies of #C02FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FAC

Black with #C02FAC

Text Example


Text Example

White with #C02FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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