Html Css Color HEX #C91CED Electric Purple

📋 copy color: '#C91CED'

red 201 ◦ green 28 ◦ blue 237

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

Shades of Electric Purple #C91CED

Tints of Electric Purple #C91CED

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.01%

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

R = 43.13%
G = 6.01%
B = 50.86%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C91CED (or 0xC91CED) is known color: Electric Purple. HEX triplet: C9, 1C and ED. RGB value is (201,28,237). Sum of RGB (Red+Green+Blue) = 201+28+237=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #C91CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91CED is #36E312. Grayscale: #666666. Windows color (decimal): -3597075 or 15539401. OLE color: 15539401.

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

Color convert

RGB 201 28 237 -
CMYK 0.15 0.88 0 0.07
HSL 289.67º 0.85% 0.52% -
HSV(B) 289.67º 0.88% 0.93% -
XYZ 39.79 19.36 81.76 -
YUV 103.55 203.31 197.51 -
System Red Green Blue C M Y K H S L
Decimal 201 28 237 0.15 0.88 0 0.07 289.67 0.85 0.52
Hex C9 1C ED F 58 0 7 122 55 34
Octal 311 34 355 17 130 0 7 442 125 64
Binary 11001001 11100 11101101 1111 1011000 0 111 100100010 1010101 110100

Color Harmonies of #C91CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CED

Black with #C91CED

Text Example


Text Example

White with #C91CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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