Html Css Color HEX #CC25EE Electric Purple

📋 copy color: '#CC25EE'

red 204 ◦ green 37 ◦ blue 238

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

Shades of Electric Purple #CC25EE

Tints of Electric Purple #CC25EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.69%

R = 42.59%
G = 7.72%
B = 49.69%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC25EE (or 0xCC25EE) is known color: Electric Purple. HEX triplet: CC, 25 and EE. RGB value is (204,37,238). Sum of RGB (Red+Green+Blue) = 204+37+238=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 37 (14.84% from 255 or 7.72% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC25EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC25EE is #33DA11. Grayscale: #6D6D6D. Windows color (decimal): -3398162 or 15607244. OLE color: 15607244.

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

Color convert

RGB 204 37 238 -
CMYK 0.14 0.84 0 0.07
HSL 289.85º 0.86% 0.54% -
HSV(B) 289.85º 0.84% 0.93% -
XYZ 41 20.33 82.65 -
YUV 109.85 200.33 195.16 -
System Red Green Blue C M Y K H S L
Decimal 204 37 238 0.14 0.84 0 0.07 289.85 0.86 0.54
Hex CC 25 EE E 54 0 7 122 56 36
Octal 314 45 356 16 124 0 7 442 126 66
Binary 11001100 100101 11101110 1110 1010100 0 111 100100010 1010110 110110

Color Harmonies of #CC25EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25EE

Black with #CC25EE

Text Example


Text Example

White with #CC25EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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