Html Css Color HEX #CC2BFB Electric Purple

📋 copy color: '#CC2BFB'

red 204 ◦ green 43 ◦ blue 251

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

Shades of Electric Purple #CC2BFB

Tints of Electric Purple #CC2BFB

RGB

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

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

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

R = 40.96%
G = 8.63%
B = 50.4%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC2BFB (or 0xCC2BFB) is known color: Electric Purple. HEX triplet: CC, 2B and FB. RGB value is (204,43,251). Sum of RGB (Red+Green+Blue) = 204+43+251=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 43 (17.19% from 255 or 8.63% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC2BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2BFB is #33D404. Grayscale: #727272. Windows color (decimal): -3396613 or 16460748. OLE color: 16460748.

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

Color convert

RGB 204 43 251 -
CMYK 0.19 0.83 0 0.02
HSL 286.44º 0.96% 0.58% -
HSV(B) 286.44º 0.83% 0.98% -
XYZ 43.18 21.53 93.15 -
YUV 114.85 204.84 191.59 -
System Red Green Blue C M Y K H S L
Decimal 204 43 251 0.19 0.83 0 0.02 286.44 0.96 0.58
Hex CC 2B FB 13 53 0 2 11E 60 3A
Octal 314 53 373 23 123 0 2 436 140 72
Binary 11001100 101011 11111011 10011 1010011 0 10 100011110 1100000 111010

Color Harmonies of #CC2BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2BFB

Black with #CC2BFB

Text Example


Text Example

White with #CC2BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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