Html Css Color HEX #CC25EA Electric Purple

📋 copy color: '#CC25EA'

red 204 ◦ green 37 ◦ blue 234

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

Shades of Electric Purple #CC25EA

Tints of Electric Purple #CC25EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.26%

R = 42.95%
G = 7.79%
B = 49.26%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC25EA (or 0xCC25EA) is known color: Electric Purple. HEX triplet: CC, 25 and EA. RGB value is (204,37,234). Sum of RGB (Red+Green+Blue) = 204+37+234=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 37 (14.84% from 255 or 7.79% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC25EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC25EA is #33DA15. Grayscale: #6C6C6C. Windows color (decimal): -3398166 or 15345100. OLE color: 15345100.

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

Color convert

RGB 204 37 234 -
CMYK 0.13 0.84 0 0.08
HSL 290.86º 0.82% 0.53% -
HSV(B) 290.86º 0.84% 0.92% -
XYZ 40.41 20.1 79.59 -
YUV 109.39 198.33 195.48 -
System Red Green Blue C M Y K H S L
Decimal 204 37 234 0.13 0.84 0 0.08 290.86 0.82 0.53
Hex CC 25 EA D 54 0 8 123 52 35
Octal 314 45 352 15 124 0 10 443 122 65
Binary 11001100 100101 11101010 1101 1010100 0 1000 100100011 1010010 110101

Color Harmonies of #CC25EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25EA

Black with #CC25EA

Text Example


Text Example

White with #CC25EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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