Html Css Color HEX #C02CFF Electric Purple

📋 copy color: '#C02CFF'

red 192 ◦ green 44 ◦ blue 255

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

Shades of Electric Purple #C02CFF

Tints of Electric Purple #C02CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.93%

R = 39.1%
G = 8.96%
B = 51.93%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C02CFF (or 0xC02CFF) is known color: Electric Purple. HEX triplet: C0, 2C and FF. RGB value is (192,44,255). Sum of RGB (Red+Green+Blue) = 192+44+255=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 44 (17.58% from 255 or 8.96% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #C02CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02CFF is #3FD300. Grayscale: #6F6F6F. Windows color (decimal): -4182785 or 16723136. OLE color: 16723136.

HSL color Cylindrical-coordinate representation of color #C02CFF: hue angle of 282.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02CFF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 44 255 -
CMYK 0.25 0.83 0 0
HSL 282.09º 1% 0.59% -
HSV(B) 282.09º 0.83% 1% -
XYZ 40.69 20.23 96.37 -
YUV 112.31 208.53 184.84 -
System Red Green Blue C M Y K H S L
Decimal 192 44 255 0.25 0.83 0 0 282.09 1 0.59
Hex C0 2C FF 19 53 0 0 11A 64 3B
Octal 300 54 377 31 123 0 0 432 144 73
Binary 11000000 101100 11111111 11001 1010011 0 0 100011010 1100100 111011

Color Harmonies of #C02CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CFF

Black with #C02CFF

Text Example


Text Example

White with #C02CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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