Html Css Color HEX #CC19F9 Electric Purple

📋 copy color: '#CC19F9'

red 204 ◦ green 25 ◦ blue 249

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

Shades of Electric Purple #CC19F9

Tints of Electric Purple #CC19F9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.23%

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

R = 42.68%
G = 5.23%
B = 52.09%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC19F9 (or 0xCC19F9) is known color: Electric Purple. HEX triplet: CC, 19 and F9. RGB value is (204,25,249). Sum of RGB (Red+Green+Blue) = 204+25+249=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 25 (10.16% from 255 or 5.23% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC19F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC19F9 is #33E606. Grayscale: #676767. Windows color (decimal): -3401223 or 16325068. OLE color: 16325068.

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

Color convert

RGB 204 25 249 -
CMYK 0.18 0.90 0 0.02
HSL 287.95º 0.95% 0.54% -
HSV(B) 287.95º 0.9% 0.98% -
XYZ 42.35 20.37 91.32 -
YUV 104.06 209.8 199.29 -
System Red Green Blue C M Y K H S L
Decimal 204 25 249 0.18 0.90 0 0.02 287.95 0.95 0.54
Hex CC 19 F9 12 5A 0 2 120 5F 36
Octal 314 31 371 22 132 0 2 440 137 66
Binary 11001100 11001 11111001 10010 1011010 0 10 100100000 1011111 110110

Color Harmonies of #CC19F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19F9

Black with #CC19F9

Text Example


Text Example

White with #CC19F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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