Html Css Color HEX #C02CFB Electric Purple

📋 copy color: '#C02CFB'

red 192 ◦ green 44 ◦ blue 251

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

Shades of Electric Purple #C02CFB

Tints of Electric Purple #C02CFB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.03%

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

R = 39.43%
G = 9.03%
B = 51.54%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C02CFB (or 0xC02CFB) is known color: Electric Purple. HEX triplet: C0, 2C and FB. RGB value is (192,44,251). Sum of RGB (Red+Green+Blue) = 192+44+251=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 44 (17.58% from 255 or 9.03% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #C02CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02CFB is #3FD304. Grayscale: #6F6F6F. Windows color (decimal): -4182789 or 16460992. OLE color: 16460992.

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

Color convert

RGB 192 44 251 -
CMYK 0.24 0.82 0 0.02
HSL 282.9º 0.96% 0.58% -
HSV(B) 282.9º 0.82% 0.98% -
XYZ 40.05 19.97 93.01 -
YUV 111.85 206.53 185.17 -
System Red Green Blue C M Y K H S L
Decimal 192 44 251 0.24 0.82 0 0.02 282.9 0.96 0.58
Hex C0 2C FB 18 52 0 2 11B 60 3A
Octal 300 54 373 30 122 0 2 433 140 72
Binary 11000000 101100 11111011 11000 1010010 0 10 100011011 1100000 111010

Color Harmonies of #C02CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CFB

Black with #C02CFB

Text Example


Text Example

White with #C02CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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