Html Css Color HEX #CC19F5 Electric Purple

📋 copy color: '#CC19F5'

red 204 ◦ green 25 ◦ blue 245

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

Shades of Electric Purple #CC19F5

Tints of Electric Purple #CC19F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 51.69%

R = 43.04%
G = 5.27%
B = 51.69%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC19F5 (or 0xCC19F5) is known color: Electric Purple. HEX triplet: CC, 19 and F5. RGB value is (204,25,245). Sum of RGB (Red+Green+Blue) = 204+25+245=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 245 (96.09% from 255 or 51.69% from 474); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC19F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC19F5 is #33E60A. Grayscale: #666666. Windows color (decimal): -3401227 or 16062924. OLE color: 16062924.

HSL color Cylindrical-coordinate representation of color #CC19F5: hue angle of 288.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC19F5 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 25 245 -
CMYK 0.17 0.90 0 0.04
HSL 288.82º 0.92% 0.53% -
HSV(B) 288.82º 0.9% 0.96% -
XYZ 41.73 20.13 88.07 -
YUV 103.6 207.8 199.61 -
System Red Green Blue C M Y K H S L
Decimal 204 25 245 0.17 0.90 0 0.04 288.82 0.92 0.53
Hex CC 19 F5 11 5A 0 4 121 5C 35
Octal 314 31 365 21 132 0 4 441 134 65
Binary 11001100 11001 11110101 10001 1011010 0 100 100100001 1011100 110101

Color Harmonies of #CC19F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19F5

Black with #CC19F5

Text Example


Text Example

White with #CC19F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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