Html Css Color HEX #C50AE9 Electric Purple

📋 copy color: '#C50AE9'

red 197 ◦ green 10 ◦ blue 233

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

Shades of Electric Purple #C50AE9

Tints of Electric Purple #C50AE9

RGB

 RED value IS 197 (77.34% from 255) = 44.77%

 GREEN value IS 10 (4.3% from 255) = 2.27%

 BLUE value IS 233 (91.41% from 255) = 52.95%

R = 44.77%
G = 2.27%
B = 52.95%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C50AE9 (or 0xC50AE9) is known color: Electric Purple. HEX triplet: C5, 0A and E9. RGB value is (197,10,233). Sum of RGB (Red+Green+Blue) = 197+10+233=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #C50AE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50AE9 is #3AF516. Grayscale: #5A5A5A. Windows color (decimal): -3863831 or 15272645. OLE color: 15272645.

HSL color Cylindrical-coordinate representation of color #C50AE9: hue angle of 290.31º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50AE9 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 10 233 -
CMYK 0.15 0.96 0 0.09
HSL 290.31º 0.92% 0.48% -
HSV(B) 290.31º 0.96% 0.91% -
XYZ 37.84 17.97 78.56 -
YUV 91.34 207.95 203.37 -
System Red Green Blue C M Y K H S L
Decimal 197 10 233 0.15 0.96 0 0.09 290.31 0.92 0.48
Hex C5 A E9 F 60 0 9 122 5C 30
Octal 305 12 351 17 140 0 11 442 134 60
Binary 11000101 1010 11101001 1111 1100000 0 1001 100100010 1011100 110000

Color Harmonies of #C50AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50AE9

Black with #C50AE9

Text Example


Text Example

White with #C50AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50AE9; }

 p { color: rgb(197,10,233); }

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

background-color css

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

 a { background-color: rgb(197,10,233); }

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

border-color css

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

 span { border-color: rgb(197,10,233); }

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