Html Css Color HEX #CC19FD Electric Purple

📋 copy color: '#CC19FD'

red 204 ◦ green 25 ◦ blue 253

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

Shades of Electric Purple #CC19FD

Tints of Electric Purple #CC19FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 42.32%
G = 5.19%
B = 52.49%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC19FD (or 0xCC19FD) is known color: Electric Purple. HEX triplet: CC, 19 and FD. RGB value is (204,25,253). Sum of RGB (Red+Green+Blue) = 204+25+253=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC19FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC19FD is #33E602. Grayscale: #676767. Windows color (decimal): -3401219 or 16587212. OLE color: 16587212.

HSL color Cylindrical-coordinate representation of color #CC19FD: hue angle of 287.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC19FD is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 25 253 -
CMYK 0.19 0.90 0 0.01
HSL 287.11º 0.98% 0.55% -
HSV(B) 287.11º 0.9% 0.99% -
XYZ 42.98 20.62 94.64 -
YUV 104.51 211.8 198.96 -
System Red Green Blue C M Y K H S L
Decimal 204 25 253 0.19 0.90 0 0.01 287.11 0.98 0.55
Hex CC 19 FD 13 5A 0 1 11F 62 37
Octal 314 31 375 23 132 0 1 437 142 67
Binary 11001100 11001 11111101 10011 1011010 0 1 100011111 1100010 110111

Color Harmonies of #CC19FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19FD

Black with #CC19FD

Text Example


Text Example

White with #CC19FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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