Html Css Color HEX #CC13FF Electric Purple

📋 copy color: '#CC13FF'

red 204 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #CC13FF

Tints of Electric Purple #CC13FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.97%

 BLUE value IS 255 (100% from 255) = 53.35%

R = 42.68%
G = 3.97%
B = 53.35%

CMYK

 C value IS 0.2

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC13FF (or 0xCC13FF) is known color: Electric Purple. HEX triplet: CC, 13 and FF. RGB value is (204,19,255). Sum of RGB (Red+Green+Blue) = 204+19+255=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 19 (7.81% from 255 or 3.97% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC13FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC13FF is #33EC00. Grayscale: #646464. Windows color (decimal): -3402753 or 16716748. OLE color: 16716748.

HSL color Cylindrical-coordinate representation of color #CC13FF: hue angle of 287.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC13FF is Cyan = 0.2, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 19 255 -
CMYK 0.2 0.93 0 0
HSL 287.03º 1% 0.54% -
HSV(B) 287.03º 0.93% 1% -
XYZ 43.18 20.52 96.29 -
YUV 101.22 214.79 201.31 -
System Red Green Blue C M Y K H S L
Decimal 204 19 255 0.2 0.93 0 0 287.03 1 0.54
Hex CC 13 FF 14 5D 0 0 11F 64 36
Octal 314 23 377 24 135 0 0 437 144 66
Binary 11001100 10011 11111111 10100 1011101 0 0 100011111 1100100 110110

Color Harmonies of #CC13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC13FF

Black with #CC13FF

Text Example


Text Example

White with #CC13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC13FF; }

 p { color: rgb(204,19,255); }

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

background-color css

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

 a { background-color: rgb(204,19,255); }

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

border-color css

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

 span { border-color: rgb(204,19,255); }

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