Html Css Color HEX #C22CEE Electric Purple

📋 copy color: '#C22CEE'

red 194 ◦ green 44 ◦ blue 238

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

Shades of Electric Purple #C22CEE

Tints of Electric Purple #C22CEE

RGB

 RED value IS 194 (76.17% from 255) = 40.76%

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

 BLUE value IS 238 (93.36% from 255) = 50%

R = 40.76%
G = 9.24%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C22CEE (or 0xC22CEE) is known color: Electric Purple. HEX triplet: C2, 2C and EE. RGB value is (194,44,238). Sum of RGB (Red+Green+Blue) = 194+44+238=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #C22CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C22CEE is #3DD311. Grayscale: #6E6E6E. Windows color (decimal): -4051730 or 15609026. OLE color: 15609026.

HSL color Cylindrical-coordinate representation of color #C22CEE: hue angle of 286.39º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22CEE is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 44 238 -
CMYK 0.18 0.82 0 0.07
HSL 286.39º 0.85% 0.55% -
HSV(B) 286.39º 0.82% 0.93% -
XYZ 38.58 19.44 82.61 -
YUV 110.97 199.7 187.23 -
System Red Green Blue C M Y K H S L
Decimal 194 44 238 0.18 0.82 0 0.07 286.39 0.85 0.55
Hex C2 2C EE 12 52 0 7 11E 55 37
Octal 302 54 356 22 122 0 7 436 125 67
Binary 11000010 101100 11101110 10010 1010010 0 111 100011110 1010101 110111

Color Harmonies of #C22CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22CEE

Black with #C22CEE

Text Example


Text Example

White with #C22CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22CEE; }

 p { color: rgb(194,44,238); }

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

background-color css

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

 a { background-color: rgb(194,44,238); }

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

border-color css

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

 span { border-color: rgb(194,44,238); }

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