Html Css Color HEX #C02EAC Fuchsia

📋 copy color: '#C02EAC'

red 192 ◦ green 46 ◦ blue 172

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

Shades of Fuchsia #C02EAC

Tints of Fuchsia #C02EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.22%

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

R = 46.83%
G = 11.22%
B = 41.95%

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

#C02EAC (or 0xC02EAC) is known color: Fuchsia. HEX triplet: C0, 2E and AC. RGB value is (192,46,172). Sum of RGB (Red+Green+Blue) = 192+46+172=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C02EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02EAC is #3FD153. Grayscale: #676767. Windows color (decimal): -4182356 or 11284160. OLE color: 11284160.

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

Color convert

RGB 192 46 172 -
CMYK 0 0.76 0.10 0.25
HSL 308.22º 0.61% 0.47% -
HSV(B) 308.22º 0.76% 0.75% -
XYZ 30.16 16.14 40.56 -
YUV 104.02 166.37 190.75 -
System Red Green Blue C M Y K H S L
Decimal 192 46 172 0 0.76 0.10 0.25 308.22 0.61 0.47
Hex C0 2E AC 0 4C A 19 134 3D 2F
Octal 300 56 254 0 114 12 31 464 75 57
Binary 11000000 101110 10101100 0 1001100 1010 11001 100110100 111101 101111

Color Harmonies of #C02EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02EAC

Black with #C02EAC

Text Example


Text Example

White with #C02EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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