Html Css Color HEX #CC25FE Electric Purple

📋 copy color: '#CC25FE'

red 204 ◦ green 37 ◦ blue 254

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

Shades of Electric Purple #CC25FE

Tints of Electric Purple #CC25FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 41.21%
G = 7.47%
B = 51.31%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC25FE (or 0xCC25FE) is known color: Electric Purple. HEX triplet: CC, 25 and FE. RGB value is (204,37,254). Sum of RGB (Red+Green+Blue) = 204+37+254=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 37 (14.84% from 255 or 7.47% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC25FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC25FE is #33DA01. Grayscale: #6E6E6E. Windows color (decimal): -3398146 or 16655820. OLE color: 16655820.

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

Color convert

RGB 204 37 254 -
CMYK 0.20 0.85 0 0.00
HSL 286.18º 0.99% 0.57% -
HSV(B) 286.18º 0.85% 1% -
XYZ 43.45 21.32 95.59 -
YUV 111.67 208.33 193.86 -
System Red Green Blue C M Y K H S L
Decimal 204 37 254 0.20 0.85 0 0.00 286.18 0.99 0.57
Hex CC 25 FE 14 55 0 0 11E 63 39
Octal 314 45 376 24 125 0 0 436 143 71
Binary 11001100 100101 11111110 10100 1010101 0 0 100011110 1100011 111001

Color Harmonies of #CC25FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25FE

Black with #CC25FE

Text Example


Text Example

White with #CC25FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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