Html Css Color HEX #C92CED Electric Purple

📋 copy color: '#C92CED'

red 201 ◦ green 44 ◦ blue 237

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

Shades of Electric Purple #C92CED

Tints of Electric Purple #C92CED

RGB

 RED value IS 201 (78.91% from 255) = 41.7%

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

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 41.7%
G = 9.13%
B = 49.17%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C92CED (or 0xC92CED) is known color: Electric Purple. HEX triplet: C9, 2C and ED. RGB value is (201,44,237). Sum of RGB (Red+Green+Blue) = 201+44+237=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 44 (17.58% from 255 or 9.13% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #C92CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92CED is #36D312. Grayscale: #707070. Windows color (decimal): -3592979 or 15543497. OLE color: 15543497.

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

Color convert

RGB 201 44 237 -
CMYK 0.15 0.81 0 0.07
HSL 288.81º 0.84% 0.55% -
HSV(B) 288.81º 0.81% 0.93% -
XYZ 40.27 20.33 81.92 -
YUV 112.95 198.01 190.81 -
System Red Green Blue C M Y K H S L
Decimal 201 44 237 0.15 0.81 0 0.07 288.81 0.84 0.55
Hex C9 2C ED F 51 0 7 121 54 37
Octal 311 54 355 17 121 0 7 441 124 67
Binary 11001001 101100 11101101 1111 1010001 0 111 100100001 1010100 110111

Color Harmonies of #C92CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92CED

Black with #C92CED

Text Example


Text Example

White with #C92CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92CED; }

 p { color: rgb(201,44,237); }

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

background-color css

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

 a { background-color: rgb(201,44,237); }

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

border-color css

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

 span { border-color: rgb(201,44,237); }

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