Html Css Color HEX #C022F2 Electric Purple

📋 copy color: '#C022F2'

red 192 ◦ green 34 ◦ blue 242

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

Shades of Electric Purple #C022F2

Tints of Electric Purple #C022F2

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.26%

 BLUE value IS 242 (94.92% from 255) = 51.71%

R = 41.03%
G = 7.26%
B = 51.71%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C022F2 (or 0xC022F2) is known color: Electric Purple. HEX triplet: C0, 22 and F2. RGB value is (192,34,242). Sum of RGB (Red+Green+Blue) = 192+34+242=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 34 (13.67% from 255 or 7.26% from 468); Blue value is 242 (94.92% from 255 or 51.71% from 468); Max value from RGB is 242 - color contains mainly: blue. Hex color #C022F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C022F2 is #3FDD0D. Grayscale: #686868. Windows color (decimal): -4185358 or 15868608. OLE color: 15868608.

HSL color Cylindrical-coordinate representation of color #C022F2: hue angle of 285.58º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C022F2 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 34 242 -
CMYK 0.21 0.86 0 0.05
HSL 285.58º 0.89% 0.54% -
HSV(B) 285.58º 0.86% 0.95% -
XYZ 38.34 18.76 85.61 -
YUV 104.95 205.35 190.09 -
System Red Green Blue C M Y K H S L
Decimal 192 34 242 0.21 0.86 0 0.05 285.58 0.89 0.54
Hex C0 22 F2 15 56 0 5 11E 59 36
Octal 300 42 362 25 126 0 5 436 131 66
Binary 11000000 100010 11110010 10101 1010110 0 101 100011110 1011001 110110

Color Harmonies of #C022F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C022F2

Black with #C022F2

Text Example


Text Example

White with #C022F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C022F2; }

 p { color: rgb(192,34,242); }

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

background-color css

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

 a { background-color: rgb(192,34,242); }

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

border-color css

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

 span { border-color: rgb(192,34,242); }

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