Html Css Color HEX #CC1CED Electric Purple

📋 copy color: '#CC1CED'

red 204 ◦ green 28 ◦ blue 237

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

Shades of Electric Purple #CC1CED

Tints of Electric Purple #CC1CED

RGB

 RED value IS 204 (80.08% from 255) = 43.5%

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

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

R = 43.5%
G = 5.97%
B = 50.53%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC1CED (or 0xCC1CED) is known color: Electric Purple. HEX triplet: CC, 1C and ED. RGB value is (204,28,237). Sum of RGB (Red+Green+Blue) = 204+28+237=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC1CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CED is #33E312. Grayscale: #676767. Windows color (decimal): -3400467 or 15539404. OLE color: 15539404.

HSL color Cylindrical-coordinate representation of color #CC1CED: hue angle of 290.53º 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 #CC1CED is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 28 237 -
CMYK 0.14 0.88 0 0.07
HSL 290.53º 0.85% 0.52% -
HSV(B) 290.53º 0.88% 0.93% -
XYZ 40.6 19.78 81.8 -
YUV 104.45 202.81 199.01 -
System Red Green Blue C M Y K H S L
Decimal 204 28 237 0.14 0.88 0 0.07 290.53 0.85 0.52
Hex CC 1C ED E 58 0 7 123 55 34
Octal 314 34 355 16 130 0 7 443 125 64
Binary 11001100 11100 11101101 1110 1011000 0 111 100100011 1010101 110100

Color Harmonies of #CC1CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CED

Black with #CC1CED

Text Example


Text Example

White with #CC1CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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