Html Css Color HEX #CC20FB Electric Purple

📋 copy color: '#CC20FB'

red 204 ◦ green 32 ◦ blue 251

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

Shades of Electric Purple #CC20FB

Tints of Electric Purple #CC20FB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.57%

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

R = 41.89%
G = 6.57%
B = 51.54%

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

#CC20FB (or 0xCC20FB) is known color: Electric Purple. HEX triplet: CC, 20 and FB. RGB value is (204,32,251). Sum of RGB (Red+Green+Blue) = 204+32+251=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 32 (12.89% from 255 or 6.57% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC20FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC20FB is #33DF04. Grayscale: #6B6B6B. Windows color (decimal): -3399429 or 16457932. OLE color: 16457932.

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

Color convert

RGB 204 32 251 -
CMYK 0.19 0.87 0 0.02
HSL 287.12º 0.96% 0.55% -
HSV(B) 287.12º 0.87% 0.98% -
XYZ 42.83 20.84 93.03 -
YUV 108.39 208.48 196.19 -
System Red Green Blue C M Y K H S L
Decimal 204 32 251 0.19 0.87 0 0.02 287.12 0.96 0.55
Hex CC 20 FB 13 57 0 2 11F 60 37
Octal 314 40 373 23 127 0 2 437 140 67
Binary 11001100 100000 11111011 10011 1010111 0 10 100011111 1100000 110111

Color Harmonies of #CC20FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC20FB

Black with #CC20FB

Text Example


Text Example

White with #CC20FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC20FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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