Html Css Color HEX #CC2CFA Electric Purple

📋 copy color: '#CC2CFA'

red 204 ◦ green 44 ◦ blue 250

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

Shades of Electric Purple #CC2CFA

Tints of Electric Purple #CC2CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.84%

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

R = 40.96%
G = 8.84%
B = 50.2%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC2CFA (or 0xCC2CFA) is known color: Electric Purple. HEX triplet: CC, 2C and FA. RGB value is (204,44,250). Sum of RGB (Red+Green+Blue) = 204+44+250=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 44 (17.58% from 255 or 8.84% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC2CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2CFA is #33D305. Grayscale: #727272. Windows color (decimal): -3396358 or 16395468. OLE color: 16395468.

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

Color convert

RGB 204 44 250 -
CMYK 0.18 0.82 0 0.02
HSL 286.6º 0.95% 0.58% -
HSV(B) 286.6º 0.82% 0.98% -
XYZ 43.06 21.54 92.33 -
YUV 115.32 204.01 191.25 -
System Red Green Blue C M Y K H S L
Decimal 204 44 250 0.18 0.82 0 0.02 286.6 0.95 0.58
Hex CC 2C FA 12 52 0 2 11F 5F 3A
Octal 314 54 372 22 122 0 2 437 137 72
Binary 11001100 101100 11111010 10010 1010010 0 10 100011111 1011111 111010

Color Harmonies of #CC2CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CFA

Black with #CC2CFA

Text Example


Text Example

White with #CC2CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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