Html Css Color HEX #CC2AFA Electric Purple

📋 copy color: '#CC2AFA'

red 204 ◦ green 42 ◦ blue 250

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

Shades of Electric Purple #CC2AFA

Tints of Electric Purple #CC2AFA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.47%

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

R = 41.13%
G = 8.47%
B = 50.4%

CMYK

 C value IS 0.18

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC2AFA (or 0xCC2AFA) is known color: Electric Purple. HEX triplet: CC, 2A and FA. RGB value is (204,42,250). Sum of RGB (Red+Green+Blue) = 204+42+250=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 42 (16.80% from 255 or 8.47% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC2AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2AFA is #33D505. Grayscale: #717171. Windows color (decimal): -3396870 or 16394956. OLE color: 16394956.

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

Color convert

RGB 204 42 250 -
CMYK 0.18 0.83 0 0.02
HSL 286.73º 0.95% 0.57% -
HSV(B) 286.73º 0.83% 0.98% -
XYZ 42.99 21.4 92.31 -
YUV 114.15 204.67 192.09 -
System Red Green Blue C M Y K H S L
Decimal 204 42 250 0.18 0.83 0 0.02 286.73 0.95 0.57
Hex CC 2A FA 12 53 0 2 11F 5F 39
Octal 314 52 372 22 123 0 2 437 137 71
Binary 11001100 101010 11111010 10010 1010011 0 10 100011111 1011111 111001

Color Harmonies of #CC2AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2AFA

Black with #CC2AFA

Text Example


Text Example

White with #CC2AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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