Html Css Color HEX #CC17F9 Electric Purple

📋 copy color: '#CC17F9'

red 204 ◦ green 23 ◦ blue 249

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

Shades of Electric Purple #CC17F9

Tints of Electric Purple #CC17F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.31%

R = 42.86%
G = 4.83%
B = 52.31%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC17F9 (or 0xCC17F9) is known color: Electric Purple. HEX triplet: CC, 17 and F9. RGB value is (204,23,249). Sum of RGB (Red+Green+Blue) = 204+23+249=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC17F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC17F9 is #33E806. Grayscale: #666666. Windows color (decimal): -3401735 or 16324556. OLE color: 16324556.

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

Color convert

RGB 204 23 249 -
CMYK 0.18 0.91 0 0.02
HSL 288.05º 0.95% 0.53% -
HSV(B) 288.05º 0.91% 0.98% -
XYZ 42.31 20.29 91.31 -
YUV 102.88 210.47 200.12 -
System Red Green Blue C M Y K H S L
Decimal 204 23 249 0.18 0.91 0 0.02 288.05 0.95 0.53
Hex CC 17 F9 12 5B 0 2 120 5F 35
Octal 314 27 371 22 133 0 2 440 137 65
Binary 11001100 10111 11111001 10010 1011011 0 10 100100000 1011111 110101

Color Harmonies of #CC17F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC17F9

Black with #CC17F9

Text Example


Text Example

White with #CC17F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC17F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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