Html Css Color HEX #C02AFB Electric Purple

📋 copy color: '#C02AFB'

red 192 ◦ green 42 ◦ blue 251

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

Shades of Electric Purple #C02AFB

Tints of Electric Purple #C02AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.75%

R = 39.59%
G = 8.66%
B = 51.75%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C02AFB (or 0xC02AFB) is known color: Electric Purple. HEX triplet: C0, 2A and FB. RGB value is (192,42,251). Sum of RGB (Red+Green+Blue) = 192+42+251=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 42 (16.80% from 255 or 8.66% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #C02AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02AFB is #3FD504. Grayscale: #6D6D6D. Windows color (decimal): -4183301 or 16460480. OLE color: 16460480.

HSL color Cylindrical-coordinate representation of color #C02AFB: hue angle of 283.06º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02AFB is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 42 251 -
CMYK 0.24 0.83 0 0.02
HSL 283.06º 0.96% 0.57% -
HSV(B) 283.06º 0.83% 0.98% -
XYZ 39.98 19.83 92.99 -
YUV 110.68 207.2 186.01 -
System Red Green Blue C M Y K H S L
Decimal 192 42 251 0.24 0.83 0 0.02 283.06 0.96 0.57
Hex C0 2A FB 18 53 0 2 11B 60 39
Octal 300 52 373 30 123 0 2 433 140 71
Binary 11000000 101010 11111011 11000 1010011 0 10 100011011 1100000 111001

Color Harmonies of #C02AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02AFB

Black with #C02AFB

Text Example


Text Example

White with #C02AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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