Html Css Color HEX #C02EFB Electric Purple

📋 copy color: '#C02EFB'

red 192 ◦ green 46 ◦ blue 251

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

Shades of Electric Purple #C02EFB

Tints of Electric Purple #C02EFB

RGB

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

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

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

R = 39.26%
G = 9.41%
B = 51.33%

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

#C02EFB (or 0xC02EFB) is known color: Electric Purple. HEX triplet: C0, 2E and FB. RGB value is (192,46,251). Sum of RGB (Red+Green+Blue) = 192+46+251=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #C02EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02EFB is #3FD104. Grayscale: #707070. Windows color (decimal): -4182277 or 16461504. OLE color: 16461504.

HSL color Cylindrical-coordinate representation of color #C02EFB: hue angle of 282.73º 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 #C02EFB is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 46 251 -
CMYK 0.24 0.82 0 0.02
HSL 282.73º 0.96% 0.58% -
HSV(B) 282.73º 0.82% 0.98% -
XYZ 40.13 20.13 93.04 -
YUV 113.02 205.87 184.33 -
System Red Green Blue C M Y K H S L
Decimal 192 46 251 0.24 0.82 0 0.02 282.73 0.96 0.58
Hex C0 2E FB 18 52 0 2 11B 60 3A
Octal 300 56 373 30 122 0 2 433 140 72
Binary 11000000 101110 11111011 11000 1010010 0 10 100011011 1100000 111010

Color Harmonies of #C02EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02EFB

Black with #C02EFB

Text Example


Text Example

White with #C02EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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