Html Css Color HEX #CC25E9 Electric Purple

📋 copy color: '#CC25E9'

red 204 ◦ green 37 ◦ blue 233

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

Shades of Electric Purple #CC25E9

Tints of Electric Purple #CC25E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.16%

R = 43.04%
G = 7.81%
B = 49.16%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC25E9 (or 0xCC25E9) is known color: Electric Purple. HEX triplet: CC, 25 and E9. RGB value is (204,37,233). Sum of RGB (Red+Green+Blue) = 204+37+233=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 37 (14.84% from 255 or 7.81% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC25E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC25E9 is #33DA16. Grayscale: #6C6C6C. Windows color (decimal): -3398167 or 15279564. OLE color: 15279564.

HSL color Cylindrical-coordinate representation of color #CC25E9: hue angle of 291.12º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC25E9 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 37 233 -
CMYK 0.12 0.84 0 0.09
HSL 291.12º 0.82% 0.53% -
HSV(B) 291.12º 0.84% 0.91% -
XYZ 40.27 20.04 78.84 -
YUV 109.28 197.83 195.56 -
System Red Green Blue C M Y K H S L
Decimal 204 37 233 0.12 0.84 0 0.09 291.12 0.82 0.53
Hex CC 25 E9 C 54 0 9 123 52 35
Octal 314 45 351 14 124 0 11 443 122 65
Binary 11001100 100101 11101001 1100 1010100 0 1001 100100011 1010010 110101

Color Harmonies of #CC25E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25E9

Black with #CC25E9

Text Example


Text Example

White with #CC25E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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