Html Css Color HEX #CC17FB Electric Purple

📋 copy color: '#CC17FB'

red 204 ◦ green 23 ◦ blue 251

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

Shades of Electric Purple #CC17FB

Tints of Electric Purple #CC17FB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.81%

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

R = 42.68%
G = 4.81%
B = 52.51%

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

#CC17FB (or 0xCC17FB) is known color: Electric Purple. HEX triplet: CC, 17 and FB. RGB value is (204,23,251). Sum of RGB (Red+Green+Blue) = 204+23+251=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 23 (9.38% from 255 or 4.81% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC17FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC17FB is #33E804. Grayscale: #666666. Windows color (decimal): -3401733 or 16455628. OLE color: 16455628.

HSL color Cylindrical-coordinate representation of color #CC17FB: hue angle of 287.63º 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 #CC17FB is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 23 251 -
CMYK 0.19 0.91 0 0.02
HSL 287.63º 0.97% 0.54% -
HSV(B) 287.63º 0.91% 0.98% -
XYZ 42.62 20.42 92.96 -
YUV 103.11 211.47 199.96 -
System Red Green Blue C M Y K H S L
Decimal 204 23 251 0.19 0.91 0 0.02 287.63 0.97 0.54
Hex CC 17 FB 13 5B 0 2 120 61 36
Octal 314 27 373 23 133 0 2 440 141 66
Binary 11001100 10111 11111011 10011 1011011 0 10 100100000 1100001 110110

Color Harmonies of #CC17FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17FB

Black with #CC17FB

Text Example


Text Example

White with #CC17FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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