Html Css Color HEX #C02EFF Electric Purple

📋 copy color: '#C02EFF'

red 192 ◦ green 46 ◦ blue 255

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

Shades of Electric Purple #C02EFF

Tints of Electric Purple #C02EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.33%

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

R = 38.95%
G = 9.33%
B = 51.72%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C02EFF (or 0xC02EFF) is known color: Electric Purple. HEX triplet: C0, 2E and FF. RGB value is (192,46,255). Sum of RGB (Red+Green+Blue) = 192+46+255=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #C02EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02EFF is #3FD100. Grayscale: #707070. Windows color (decimal): -4182273 or 16723648. OLE color: 16723648.

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

Color convert

RGB 192 46 255 -
CMYK 0.25 0.82 0 0
HSL 281.91º 1% 0.59% -
HSV(B) 281.91º 0.82% 1% -
XYZ 40.77 20.38 96.39 -
YUV 113.48 207.87 184.01 -
System Red Green Blue C M Y K H S L
Decimal 192 46 255 0.25 0.82 0 0 281.91 1 0.59
Hex C0 2E FF 19 52 0 0 11A 64 3B
Octal 300 56 377 31 122 0 0 432 144 73
Binary 11000000 101110 11111111 11001 1010010 0 0 100011010 1100100 111011

Color Harmonies of #C02EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02EFF

Black with #C02EFF

Text Example


Text Example

White with #C02EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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