Html Css Color HEX #C02ECD Fuchsia

📋 copy color: '#C02ECD'

red 192 ◦ green 46 ◦ blue 205

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

Shades of Fuchsia #C02ECD

Tints of Fuchsia #C02ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 43.34%
G = 10.38%
B = 46.28%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C02ECD (or 0xC02ECD) is known color: Fuchsia. HEX triplet: C0, 2E and CD. RGB value is (192,46,205). Sum of RGB (Red+Green+Blue) = 192+46+205=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 46 (18.36% from 255 or 10.38% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #C02ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ECD is #3FD132. Grayscale: #6B6B6B. Windows color (decimal): -4182323 or 13446848. OLE color: 13446848.

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

Color convert

RGB 192 46 205 -
CMYK 0.06 0.78 0 0.20
HSL 295.09º 0.63% 0.49% -
HSV(B) 295.09º 0.78% 0.8% -
XYZ 33.73 17.57 59.37 -
YUV 107.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 192 46 205 0.06 0.78 0 0.20 295.09 0.63 0.49
Hex C0 2E CD 6 4E 0 14 127 3F 31
Octal 300 56 315 6 116 0 24 447 77 61
Binary 11000000 101110 11001101 110 1001110 0 10100 100100111 111111 110001

Color Harmonies of #C02ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02ECD

Black with #C02ECD

Text Example


Text Example

White with #C02ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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