Html Css Color HEX #CC16FB Electric Purple

📋 copy color: '#CC16FB'

red 204 ◦ green 22 ◦ blue 251

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

Shades of Electric Purple #CC16FB

Tints of Electric Purple #CC16FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.62%

R = 42.77%
G = 4.61%
B = 52.62%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC16FB (or 0xCC16FB) is known color: Electric Purple. HEX triplet: CC, 16 and FB. RGB value is (204,22,251). Sum of RGB (Red+Green+Blue) = 204+22+251=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 22 (8.98% from 255 or 4.61% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC16FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC16FB is #33E904. Grayscale: #656565. Windows color (decimal): -3401989 or 16455372. OLE color: 16455372.

HSL color Cylindrical-coordinate representation of color #CC16FB: hue angle of 287.69º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC16FB is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 22 251 -
CMYK 0.19 0.91 0 0.02
HSL 287.69º 0.97% 0.54% -
HSV(B) 287.69º 0.91% 0.98% -
XYZ 42.6 20.38 92.95 -
YUV 102.52 211.8 200.38 -
System Red Green Blue C M Y K H S L
Decimal 204 22 251 0.19 0.91 0 0.02 287.69 0.97 0.54
Hex CC 16 FB 13 5B 0 2 120 61 36
Octal 314 26 373 23 133 0 2 440 141 66
Binary 11001100 10110 11111011 10011 1011011 0 10 100100000 1100001 110110

Color Harmonies of #CC16FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC16FB

Black with #CC16FB

Text Example


Text Example

White with #CC16FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC16FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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