Html Css Color HEX #CC16EF Electric Purple

📋 copy color: '#CC16EF'

red 204 ◦ green 22 ◦ blue 239

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

Shades of Electric Purple #CC16EF

Tints of Electric Purple #CC16EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 43.87%
G = 4.73%
B = 51.4%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC16EF (or 0xCC16EF) is known color: Electric Purple. HEX triplet: CC, 16 and EF. RGB value is (204,22,239). Sum of RGB (Red+Green+Blue) = 204+22+239=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC16EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC16EF is #33E910. Grayscale: #646464. Windows color (decimal): -3402001 or 15668940. OLE color: 15668940.

HSL color Cylindrical-coordinate representation of color #CC16EF: hue angle of 290.32º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC16EF is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 22 239 -
CMYK 0.15 0.91 0 0.06
HSL 290.32º 0.87% 0.51% -
HSV(B) 290.32º 0.91% 0.94% -
XYZ 40.77 19.64 83.3 -
YUV 101.16 205.8 201.36 -
System Red Green Blue C M Y K H S L
Decimal 204 22 239 0.15 0.91 0 0.06 290.32 0.87 0.51
Hex CC 16 EF F 5B 0 6 122 57 33
Octal 314 26 357 17 133 0 6 442 127 63
Binary 11001100 10110 11101111 1111 1011011 0 110 100100010 1010111 110011

Color Harmonies of #CC16EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC16EF

Black with #CC16EF

Text Example


Text Example

White with #CC16EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC16EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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