Html Css Color HEX #CC17FC Electric Purple

📋 copy color: '#CC17FC'

red 204 ◦ green 23 ◦ blue 252

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

Shades of Electric Purple #CC17FC

Tints of Electric Purple #CC17FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.61%

R = 42.59%
G = 4.8%
B = 52.61%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC17FC (or 0xCC17FC) is known color: Electric Purple. HEX triplet: CC, 17 and FC. RGB value is (204,23,252). Sum of RGB (Red+Green+Blue) = 204+23+252=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 23 (9.38% from 255 or 4.80% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC17FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC17FC is #33E803. Grayscale: #666666. Windows color (decimal): -3401732 or 16521164. OLE color: 16521164.

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

Color convert

RGB 204 23 252 -
CMYK 0.19 0.91 0 0.01
HSL 287.42º 0.97% 0.54% -
HSV(B) 287.42º 0.91% 0.99% -
XYZ 42.78 20.48 93.79 -
YUV 103.23 211.97 199.88 -
System Red Green Blue C M Y K H S L
Decimal 204 23 252 0.19 0.91 0 0.01 287.42 0.97 0.54
Hex CC 17 FC 13 5B 0 1 11F 61 36
Octal 314 27 374 23 133 0 1 437 141 66
Binary 11001100 10111 11111100 10011 1011011 0 1 100011111 1100001 110110

Color Harmonies of #CC17FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17FC

Black with #CC17FC

Text Example


Text Example

White with #CC17FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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