Html Css Color HEX #CC21FB Electric Purple

📋 copy color: '#CC21FB'

red 204 ◦ green 33 ◦ blue 251

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

Shades of Electric Purple #CC21FB

Tints of Electric Purple #CC21FB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.76%

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

R = 41.8%
G = 6.76%
B = 51.43%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC21FB (or 0xCC21FB) is known color: Electric Purple. HEX triplet: CC, 21 and FB. RGB value is (204,33,251). Sum of RGB (Red+Green+Blue) = 204+33+251=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 33 (13.28% from 255 or 6.76% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC21FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC21FB is #33DE04. Grayscale: #6C6C6C. Windows color (decimal): -3399173 or 16458188. OLE color: 16458188.

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

Color convert

RGB 204 33 251 -
CMYK 0.19 0.87 0 0.02
HSL 287.06º 0.96% 0.56% -
HSV(B) 287.06º 0.87% 0.98% -
XYZ 42.86 20.89 93.04 -
YUV 108.98 208.15 195.77 -
System Red Green Blue C M Y K H S L
Decimal 204 33 251 0.19 0.87 0 0.02 287.06 0.96 0.56
Hex CC 21 FB 13 57 0 2 11F 60 38
Octal 314 41 373 23 127 0 2 437 140 70
Binary 11001100 100001 11111011 10011 1010111 0 10 100011111 1100000 111000

Color Harmonies of #CC21FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21FB

Black with #CC21FB

Text Example


Text Example

White with #CC21FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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