Html Css Color HEX #CC2CFB Electric Purple

📋 copy color: '#CC2CFB'

red 204 ◦ green 44 ◦ blue 251

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

Shades of Electric Purple #CC2CFB

Tints of Electric Purple #CC2CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 40.88%
G = 8.82%
B = 50.3%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC2CFB (or 0xCC2CFB) is known color: Electric Purple. HEX triplet: CC, 2C and FB. RGB value is (204,44,251). Sum of RGB (Red+Green+Blue) = 204+44+251=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 44 (17.58% from 255 or 8.82% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC2CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2CFB is #33D304. Grayscale: #727272. Windows color (decimal): -3396357 or 16461004. OLE color: 16461004.

HSL color Cylindrical-coordinate representation of color #CC2CFB: hue angle of 286.38º degrees, saturation: 0.96, 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 #CC2CFB is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 44 251 -
CMYK 0.19 0.82 0 0.02
HSL 286.38º 0.96% 0.58% -
HSV(B) 286.38º 0.82% 0.98% -
XYZ 43.22 21.6 93.16 -
YUV 115.44 204.51 191.17 -
System Red Green Blue C M Y K H S L
Decimal 204 44 251 0.19 0.82 0 0.02 286.38 0.96 0.58
Hex CC 2C FB 13 52 0 2 11E 60 3A
Octal 314 54 373 23 122 0 2 436 140 72
Binary 11001100 101100 11111011 10011 1010010 0 10 100011110 1100000 111010

Color Harmonies of #CC2CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CFB

Black with #CC2CFB

Text Example


Text Example

White with #CC2CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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