Html Css Color HEX #CC25EB Electric Purple

📋 copy color: '#CC25EB'

red 204 ◦ green 37 ◦ blue 235

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

Shades of Electric Purple #CC25EB

Tints of Electric Purple #CC25EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 42.86%
G = 7.77%
B = 49.37%

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

#CC25EB (or 0xCC25EB) is known color: Electric Purple. HEX triplet: CC, 25 and EB. RGB value is (204,37,235). Sum of RGB (Red+Green+Blue) = 204+37+235=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 37 (14.84% from 255 or 7.77% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC25EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC25EB is #33DA14. Grayscale: #6C6C6C. Windows color (decimal): -3398165 or 15410636. OLE color: 15410636.

HSL color Cylindrical-coordinate representation of color #CC25EB: hue angle of 290.61º degrees, saturation: 0.83, 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 #CC25EB is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 37 235 -
CMYK 0.13 0.84 0 0.08
HSL 290.61º 0.83% 0.53% -
HSV(B) 290.61º 0.84% 0.92% -
XYZ 40.56 20.16 80.35 -
YUV 109.51 198.83 195.4 -
System Red Green Blue C M Y K H S L
Decimal 204 37 235 0.13 0.84 0 0.08 290.61 0.83 0.53
Hex CC 25 EB D 54 0 8 123 53 35
Octal 314 45 353 15 124 0 10 443 123 65
Binary 11001100 100101 11101011 1101 1010100 0 1000 100100011 1010011 110101

Color Harmonies of #CC25EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25EB

Black with #CC25EB

Text Example


Text Example

White with #CC25EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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