Html Css Color HEX #CC25FF Electric Purple

📋 copy color: '#CC25FF'

red 204 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #CC25FF

Tints of Electric Purple #CC25FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.41%

R = 41.13%
G = 7.46%
B = 51.41%

CMYK

 C value IS 0.2

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC25FF (or 0xCC25FF) is known color: Electric Purple. HEX triplet: CC, 25 and FF. RGB value is (204,37,255). Sum of RGB (Red+Green+Blue) = 204+37+255=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 37 (14.84% from 255 or 7.46% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC25FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC25FF is #33DA00. Grayscale: #6F6F6F. Windows color (decimal): -3398145 or 16721356. OLE color: 16721356.

HSL color Cylindrical-coordinate representation of color #CC25FF: hue angle of 285.96º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC25FF is Cyan = 0.2, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 37 255 -
CMYK 0.2 0.85 0 0
HSL 285.96º 1% 0.57% -
HSV(B) 285.96º 0.85% 1% -
XYZ 43.61 21.38 96.44 -
YUV 111.79 208.83 193.77 -
System Red Green Blue C M Y K H S L
Decimal 204 37 255 0.2 0.85 0 0 285.96 1 0.57
Hex CC 25 FF 14 55 0 0 11E 64 39
Octal 314 45 377 24 125 0 0 436 144 71
Binary 11001100 100101 11111111 10100 1010101 0 0 100011110 1100100 111001

Color Harmonies of #CC25FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25FF

Black with #CC25FF

Text Example


Text Example

White with #CC25FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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