Html Css Color HEX #CC28FB Electric Purple

📋 copy color: '#CC28FB'

red 204 ◦ green 40 ◦ blue 251

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

Shades of Electric Purple #CC28FB

Tints of Electric Purple #CC28FB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.08%

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

R = 41.21%
G = 8.08%
B = 50.71%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC28FB (or 0xCC28FB) is known color: Electric Purple. HEX triplet: CC, 28 and FB. RGB value is (204,40,251). Sum of RGB (Red+Green+Blue) = 204+40+251=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 40 (16.02% from 255 or 8.08% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC28FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC28FB is #33D704. Grayscale: #707070. Windows color (decimal): -3397381 or 16459980. OLE color: 16459980.

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

Color convert

RGB 204 40 251 -
CMYK 0.19 0.84 0 0.02
HSL 286.64º 0.96% 0.57% -
HSV(B) 286.64º 0.84% 0.98% -
XYZ 43.07 21.32 93.11 -
YUV 113.09 205.83 192.84 -
System Red Green Blue C M Y K H S L
Decimal 204 40 251 0.19 0.84 0 0.02 286.64 0.96 0.57
Hex CC 28 FB 13 54 0 2 11F 60 39
Octal 314 50 373 23 124 0 2 437 140 71
Binary 11001100 101000 11111011 10011 1010100 0 10 100011111 1100000 111001

Color Harmonies of #CC28FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC28FB

Black with #CC28FB

Text Example


Text Example

White with #CC28FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC28FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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