Html Css Color HEX #C02DAD Fuchsia

📋 copy color: '#C02DAD'

red 192 ◦ green 45 ◦ blue 173

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

Shades of Fuchsia #C02DAD

Tints of Fuchsia #C02DAD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.98%

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 46.83%
G = 10.98%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C02DAD (or 0xC02DAD) is known color: Fuchsia. HEX triplet: C0, 2D and AD. RGB value is (192,45,173). Sum of RGB (Red+Green+Blue) = 192+45+173=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C02DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02DAD is #3FD252. Grayscale: #676767. Windows color (decimal): -4182611 or 11349440. OLE color: 11349440.

HSL color Cylindrical-coordinate representation of color #C02DAD: hue angle of 307.76º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02DAD is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 45 173 -
CMYK 0 0.77 0.10 0.25
HSL 307.76º 0.62% 0.46% -
HSV(B) 307.76º 0.77% 0.75% -
XYZ 30.22 16.1 41.05 -
YUV 103.55 167.2 191.09 -
System Red Green Blue C M Y K H S L
Decimal 192 45 173 0 0.77 0.10 0.25 307.76 0.62 0.46
Hex C0 2D AD 0 4D A 19 134 3E 2E
Octal 300 55 255 0 115 12 31 464 76 56
Binary 11000000 101101 10101101 0 1001101 1010 11001 100110100 111110 101110

Color Harmonies of #C02DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02DAD

Black with #C02DAD

Text Example


Text Example

White with #C02DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02DAD; }

 p { color: rgb(192,45,173); }

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

background-color css

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

 a { background-color: rgb(192,45,173); }

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

border-color css

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

 span { border-color: rgb(192,45,173); }

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