Html Css Color HEX #CC13F8 Electric Purple

📋 copy color: '#CC13F8'

red 204 ◦ green 19 ◦ blue 248

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

Shades of Electric Purple #CC13F8

Tints of Electric Purple #CC13F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.65%

R = 43.31%
G = 4.03%
B = 52.65%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC13F8 (or 0xCC13F8) is known color: Electric Purple. HEX triplet: CC, 13 and F8. RGB value is (204,19,248). Sum of RGB (Red+Green+Blue) = 204+19+248=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 19 (7.81% from 255 or 4.03% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC13F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC13F8 is #33EC07. Grayscale: #636363. Windows color (decimal): -3402760 or 16257996. OLE color: 16257996.

HSL color Cylindrical-coordinate representation of color #CC13F8: hue angle of 288.47º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC13F8 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 19 248 -
CMYK 0.18 0.92 0 0.03
HSL 288.47º 0.94% 0.52% -
HSV(B) 288.47º 0.92% 0.97% -
XYZ 42.08 20.08 90.47 -
YUV 100.42 211.29 201.88 -
System Red Green Blue C M Y K H S L
Decimal 204 19 248 0.18 0.92 0 0.03 288.47 0.94 0.52
Hex CC 13 F8 12 5C 0 3 120 5E 34
Octal 314 23 370 22 134 0 3 440 136 64
Binary 11001100 10011 11111000 10010 1011100 0 11 100100000 1011110 110100

Color Harmonies of #CC13F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC13F8

Black with #CC13F8

Text Example


Text Example

White with #CC13F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC13F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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