Html Css Color HEX #CC25FA Electric Purple

📋 copy color: '#CC25FA'

red 204 ◦ green 37 ◦ blue 250

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

Shades of Electric Purple #CC25FA

Tints of Electric Purple #CC25FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 41.55%
G = 7.54%
B = 50.92%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC25FA (or 0xCC25FA) is known color: Electric Purple. HEX triplet: CC, 25 and FA. RGB value is (204,37,250). Sum of RGB (Red+Green+Blue) = 204+37+250=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 37 (14.84% from 255 or 7.54% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC25FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC25FA is #33DA05. Grayscale: #6E6E6E. Windows color (decimal): -3398150 or 16393676. OLE color: 16393676.

HSL color Cylindrical-coordinate representation of color #CC25FA: hue angle of 287.04º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC25FA is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 37 250 -
CMYK 0.18 0.85 0 0.02
HSL 287.04º 0.96% 0.56% -
HSV(B) 287.04º 0.85% 0.98% -
XYZ 42.82 21.06 92.25 -
YUV 111.22 206.33 194.18 -
System Red Green Blue C M Y K H S L
Decimal 204 37 250 0.18 0.85 0 0.02 287.04 0.96 0.56
Hex CC 25 FA 12 55 0 2 11F 60 38
Octal 314 45 372 22 125 0 2 437 140 70
Binary 11001100 100101 11111010 10010 1010101 0 10 100011111 1100000 111000

Color Harmonies of #CC25FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC25FA

Black with #CC25FA

Text Example


Text Example

White with #CC25FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC25FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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