Html Css Color HEX #CC2BF6 Electric Purple

📋 copy color: '#CC2BF6'

red 204 ◦ green 43 ◦ blue 246

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

Shades of Electric Purple #CC2BF6

Tints of Electric Purple #CC2BF6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.72%

 BLUE value IS 246 (96.48% from 255) = 49.9%

R = 41.38%
G = 8.72%
B = 49.9%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC2BF6 (or 0xCC2BF6) is known color: Electric Purple. HEX triplet: CC, 2B and F6. RGB value is (204,43,246). Sum of RGB (Red+Green+Blue) = 204+43+246=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 43 (17.19% from 255 or 8.72% from 493); Blue value is 246 (96.48% from 255 or 49.90% from 493); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC2BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2BF6 is #33D409. Grayscale: #717171. Windows color (decimal): -3396618 or 16133068. OLE color: 16133068.

HSL color Cylindrical-coordinate representation of color #CC2BF6: hue angle of 287.59º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2BF6 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 43 246 -
CMYK 0.17 0.83 0 0.04
HSL 287.59º 0.92% 0.57% -
HSV(B) 287.59º 0.83% 0.96% -
XYZ 42.4 21.22 89.05 -
YUV 114.28 202.34 191.99 -
System Red Green Blue C M Y K H S L
Decimal 204 43 246 0.17 0.83 0 0.04 287.59 0.92 0.57
Hex CC 2B F6 11 53 0 4 120 5C 39
Octal 314 53 366 21 123 0 4 440 134 71
Binary 11001100 101011 11110110 10001 1010011 0 100 100100000 1011100 111001

Color Harmonies of #CC2BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2BF6

Black with #CC2BF6

Text Example


Text Example

White with #CC2BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2BF6; }

 p { color: rgb(204,43,246); }

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

background-color css

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

 a { background-color: rgb(204,43,246); }

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

border-color css

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

 span { border-color: rgb(204,43,246); }

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