Html Css Color HEX #CC16ED Electric Purple

📋 copy color: '#CC16ED'

red 204 ◦ green 22 ◦ blue 237

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

Shades of Electric Purple #CC16ED

Tints of Electric Purple #CC16ED

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.75%

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

R = 44.06%
G = 4.75%
B = 51.19%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC16ED (or 0xCC16ED) is known color: Electric Purple. HEX triplet: CC, 16 and ED. RGB value is (204,22,237). Sum of RGB (Red+Green+Blue) = 204+22+237=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 22 (8.98% from 255 or 4.75% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC16ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC16ED is #33E912. Grayscale: #646464. Windows color (decimal): -3402003 or 15537868. OLE color: 15537868.

HSL color Cylindrical-coordinate representation of color #CC16ED: hue angle of 290.79º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC16ED is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 22 237 -
CMYK 0.14 0.91 0 0.07
HSL 290.79º 0.86% 0.51% -
HSV(B) 290.79º 0.91% 0.93% -
XYZ 40.47 19.53 81.76 -
YUV 100.93 204.8 201.52 -
System Red Green Blue C M Y K H S L
Decimal 204 22 237 0.14 0.91 0 0.07 290.79 0.86 0.51
Hex CC 16 ED E 5B 0 7 123 56 33
Octal 314 26 355 16 133 0 7 443 126 63
Binary 11001100 10110 11101101 1110 1011011 0 111 100100011 1010110 110011

Color Harmonies of #CC16ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC16ED

Black with #CC16ED

Text Example


Text Example

White with #CC16ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC16ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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