Html Css Color HEX #C30AEA Electric Purple

📋 copy color: '#C30AEA'

red 195 ◦ green 10 ◦ blue 234

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

Shades of Electric Purple #C30AEA

Tints of Electric Purple #C30AEA

RGB

 RED value IS 195 (76.56% from 255) = 44.42%

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

 BLUE value IS 234 (91.8% from 255) = 53.3%

R = 44.42%
G = 2.28%
B = 53.3%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C30AEA (or 0xC30AEA) is known color: Electric Purple. HEX triplet: C3, 0A and EA. RGB value is (195,10,234). Sum of RGB (Red+Green+Blue) = 195+10+234=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #C30AEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30AEA is #3CF515. Grayscale: #5A5A5A. Windows color (decimal): -3994902 or 15338179. OLE color: 15338179.

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

Color convert

RGB 195 10 234 -
CMYK 0.17 0.96 0 0.08
HSL 289.55º 0.92% 0.48% -
HSV(B) 289.55º 0.96% 0.92% -
XYZ 37.47 17.76 79.3 -
YUV 90.85 208.79 202.29 -
System Red Green Blue C M Y K H S L
Decimal 195 10 234 0.17 0.96 0 0.08 289.55 0.92 0.48
Hex C3 A EA 11 60 0 8 122 5C 30
Octal 303 12 352 21 140 0 10 442 134 60
Binary 11000011 1010 11101010 10001 1100000 0 1000 100100010 1011100 110000

Color Harmonies of #C30AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30AEA

Black with #C30AEA

Text Example


Text Example

White with #C30AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30AEA; }

 p { color: rgb(195,10,234); }

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

background-color css

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

 a { background-color: rgb(195,10,234); }

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

border-color css

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

 span { border-color: rgb(195,10,234); }

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