Html Css Color HEX #CC2AFB Electric Purple

📋 copy color: '#CC2AFB'

red 204 ◦ green 42 ◦ blue 251

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

Shades of Electric Purple #CC2AFB

Tints of Electric Purple #CC2AFB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.45%

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

R = 41.05%
G = 8.45%
B = 50.5%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC2AFB (or 0xCC2AFB) is known color: Electric Purple. HEX triplet: CC, 2A and FB. RGB value is (204,42,251). Sum of RGB (Red+Green+Blue) = 204+42+251=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 42 (16.80% from 255 or 8.45% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC2AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2AFB is #33D504. Grayscale: #717171. Windows color (decimal): -3396869 or 16460492. OLE color: 16460492.

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

Color convert

RGB 204 42 251 -
CMYK 0.19 0.83 0 0.02
HSL 286.51º 0.96% 0.57% -
HSV(B) 286.51º 0.83% 0.98% -
XYZ 43.14 21.46 93.13 -
YUV 114.26 205.17 192.01 -
System Red Green Blue C M Y K H S L
Decimal 204 42 251 0.19 0.83 0 0.02 286.51 0.96 0.57
Hex CC 2A FB 13 53 0 2 11F 60 39
Octal 314 52 373 23 123 0 2 437 140 71
Binary 11001100 101010 11111011 10011 1010011 0 10 100011111 1100000 111001

Color Harmonies of #CC2AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2AFB

Black with #CC2AFB

Text Example


Text Example

White with #CC2AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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