Html Css Color HEX #C02ABB Fuchsia

📋 copy color: '#C02ABB'

red 192 ◦ green 42 ◦ blue 187

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

Shades of Fuchsia #C02ABB

Tints of Fuchsia #C02ABB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.98%

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 45.61%
G = 9.98%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C02ABB (or 0xC02ABB) is known color: Fuchsia. HEX triplet: C0, 2A and BB. RGB value is (192,42,187). Sum of RGB (Red+Green+Blue) = 192+42+187=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C02ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ABB is #3FD544. Grayscale: #666666. Windows color (decimal): -4183365 or 12266176. OLE color: 12266176.

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

Color convert

RGB 192 42 187 -
CMYK 0 0.78 0.03 0.25
HSL 302º 0.64% 0.46% -
HSV(B) 302º 0.78% 0.75% -
XYZ 31.54 16.45 48.53 -
YUV 103.38 175.2 191.21 -
System Red Green Blue C M Y K H S L
Decimal 192 42 187 0 0.78 0.03 0.25 302 0.64 0.46
Hex C0 2A BB 0 4E 3 19 12E 40 2E
Octal 300 52 273 0 116 3 31 456 100 56
Binary 11000000 101010 10111011 0 1001110 11 11001 100101110 1000000 101110

Color Harmonies of #C02ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02ABB

Black with #C02ABB

Text Example


Text Example

White with #C02ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02ABB; }

 p { color: rgb(192,42,187); }

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

background-color css

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

 a { background-color: rgb(192,42,187); }

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

border-color css

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

 span { border-color: rgb(192,42,187); }

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