Html Css Color HEX #CC15FC Electric Purple

📋 copy color: '#CC15FC'

red 204 ◦ green 21 ◦ blue 252

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

Shades of Electric Purple #CC15FC

Tints of Electric Purple #CC15FC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.4%

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

R = 42.77%
G = 4.4%
B = 52.83%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC15FC (or 0xCC15FC) is known color: Electric Purple. HEX triplet: CC, 15 and FC. RGB value is (204,21,252). Sum of RGB (Red+Green+Blue) = 204+21+252=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC15FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC15FC is #33EA03. Grayscale: #656565. Windows color (decimal): -3402244 or 16520652. OLE color: 16520652.

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

Color convert

RGB 204 21 252 -
CMYK 0.19 0.92 0 0.01
HSL 287.53º 0.97% 0.54% -
HSV(B) 287.53º 0.92% 0.99% -
XYZ 42.74 20.4 93.78 -
YUV 102.05 212.63 200.72 -
System Red Green Blue C M Y K H S L
Decimal 204 21 252 0.19 0.92 0 0.01 287.53 0.97 0.54
Hex CC 15 FC 13 5C 0 1 120 61 36
Octal 314 25 374 23 134 0 1 440 141 66
Binary 11001100 10101 11111100 10011 1011100 0 1 100100000 1100001 110110

Color Harmonies of #CC15FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC15FC

Black with #CC15FC

Text Example


Text Example

White with #CC15FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC15FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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