Html Css Color HEX #CC25EF Electric Purple

📋 copy color: '#CC25EF'

red 204 ◦ green 37 ◦ blue 239

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

Shades of Electric Purple #CC25EF

Tints of Electric Purple #CC25EF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.71%

 BLUE value IS 239 (93.75% from 255) = 49.79%

R = 42.5%
G = 7.71%
B = 49.79%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC25EF (or 0xCC25EF) is known color: Electric Purple. HEX triplet: CC, 25 and EF. RGB value is (204,37,239). Sum of RGB (Red+Green+Blue) = 204+37+239=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 37 (14.84% from 255 or 7.71% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC25EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC25EF is #33DA10. Grayscale: #6D6D6D. Windows color (decimal): -3398161 or 15672780. OLE color: 15672780.

HSL color Cylindrical-coordinate representation of color #CC25EF: hue angle of 289.6º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC25EF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 37 239 -
CMYK 0.15 0.85 0 0.06
HSL 289.6º 0.86% 0.54% -
HSV(B) 289.6º 0.85% 0.94% -
XYZ 41.14 20.39 83.43 -
YUV 109.96 200.83 195.07 -
System Red Green Blue C M Y K H S L
Decimal 204 37 239 0.15 0.85 0 0.06 289.6 0.86 0.54
Hex CC 25 EF F 55 0 6 122 56 36
Octal 314 45 357 17 125 0 6 442 126 66
Binary 11001100 100101 11101111 1111 1010101 0 110 100100010 1010110 110110

Color Harmonies of #CC25EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25EF

Black with #CC25EF

Text Example


Text Example

White with #CC25EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25EF; }

 p { color: rgb(204,37,239); }

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

background-color css

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

 a { background-color: rgb(204,37,239); }

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

border-color css

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

 span { border-color: rgb(204,37,239); }

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