Html Css Color HEX #C02ECB Fuchsia

📋 copy color: '#C02ECB'

red 192 ◦ green 46 ◦ blue 203

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

Shades of Fuchsia #C02ECB

Tints of Fuchsia #C02ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 43.54%
G = 10.43%
B = 46.03%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C02ECB (or 0xC02ECB) is known color: Fuchsia. HEX triplet: C0, 2E and CB. RGB value is (192,46,203). Sum of RGB (Red+Green+Blue) = 192+46+203=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #C02ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ECB is #3FD134. Grayscale: #6B6B6B. Windows color (decimal): -4182325 or 13315776. OLE color: 13315776.

HSL color Cylindrical-coordinate representation of color #C02ECB: hue angle of 295.8º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02ECB is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 46 203 -
CMYK 0.05 0.77 0 0.20
HSL 295.8º 0.63% 0.49% -
HSV(B) 295.8º 0.77% 0.8% -
XYZ 33.49 17.47 58.11 -
YUV 107.55 181.87 188.23 -
System Red Green Blue C M Y K H S L
Decimal 192 46 203 0.05 0.77 0 0.20 295.8 0.63 0.49
Hex C0 2E CB 5 4D 0 14 128 3F 31
Octal 300 56 313 5 115 0 24 450 77 61
Binary 11000000 101110 11001011 101 1001101 0 10100 100101000 111111 110001

Color Harmonies of #C02ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02ECB

Black with #C02ECB

Text Example


Text Example

White with #C02ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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