Html Css Color HEX #CC2FFB Electric Purple

📋 copy color: '#CC2FFB'

red 204 ◦ green 47 ◦ blue 251

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

Shades of Electric Purple #CC2FFB

Tints of Electric Purple #CC2FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.36%

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

R = 40.64%
G = 9.36%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC2FFB (or 0xCC2FFB) is known color: Electric Purple. HEX triplet: CC, 2F and FB. RGB value is (204,47,251). Sum of RGB (Red+Green+Blue) = 204+47+251=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 47 (18.75% from 255 or 9.36% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC2FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2FFB is #33D004. Grayscale: #747474. Windows color (decimal): -3395589 or 16461772. OLE color: 16461772.

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

Color convert

RGB 204 47 251 -
CMYK 0.19 0.81 0 0.02
HSL 286.18º 0.96% 0.58% -
HSV(B) 286.18º 0.81% 0.98% -
XYZ 43.33 21.84 93.2 -
YUV 117.2 203.51 189.91 -
System Red Green Blue C M Y K H S L
Decimal 204 47 251 0.19 0.81 0 0.02 286.18 0.96 0.58
Hex CC 2F FB 13 51 0 2 11E 60 3A
Octal 314 57 373 23 121 0 2 436 140 72
Binary 11001100 101111 11111011 10011 1010001 0 10 100011110 1100000 111010

Color Harmonies of #CC2FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2FFB

Black with #CC2FFB

Text Example


Text Example

White with #CC2FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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