Html Css Color HEX #CC2BF0 Electric Purple

📋 copy color: '#CC2BF0'

red 204 ◦ green 43 ◦ blue 240

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

Shades of Electric Purple #CC2BF0

Tints of Electric Purple #CC2BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.28%

R = 41.89%
G = 8.83%
B = 49.28%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC2BF0 (or 0xCC2BF0) is known color: Electric Purple. HEX triplet: CC, 2B and F0. RGB value is (204,43,240). Sum of RGB (Red+Green+Blue) = 204+43+240=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 43 (17.19% from 255 or 8.83% from 487); Blue value is 240 (94.14% from 255 or 49.28% from 487); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC2BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2BF0 is #33D40F. Grayscale: #707070. Windows color (decimal): -3396624 or 15739852. OLE color: 15739852.

HSL color Cylindrical-coordinate representation of color #CC2BF0: hue angle of 289.04º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2BF0 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 43 240 -
CMYK 0.15 0.82 0 0.06
HSL 289.04º 0.87% 0.55% -
HSV(B) 289.04º 0.82% 0.94% -
XYZ 41.49 20.86 84.28 -
YUV 113.6 199.34 192.48 -
System Red Green Blue C M Y K H S L
Decimal 204 43 240 0.15 0.82 0 0.06 289.04 0.87 0.55
Hex CC 2B F0 F 52 0 6 121 57 37
Octal 314 53 360 17 122 0 6 441 127 67
Binary 11001100 101011 11110000 1111 1010010 0 110 100100001 1010111 110111

Color Harmonies of #CC2BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2BF0

Black with #CC2BF0

Text Example


Text Example

White with #CC2BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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