Html Css Color HEX #C30BEA Electric Purple

📋 copy color: '#C30BEA'

red 195 ◦ green 11 ◦ blue 234

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

Shades of Electric Purple #C30BEA

Tints of Electric Purple #C30BEA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.5%

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

R = 44.32%
G = 2.5%
B = 53.18%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C30BEA (or 0xC30BEA) is known color: Electric Purple. HEX triplet: C3, 0B and EA. RGB value is (195,11,234). Sum of RGB (Red+Green+Blue) = 195+11+234=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #C30BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30BEA is #3CF415. Grayscale: #5A5A5A. Windows color (decimal): -3994646 or 15338435. OLE color: 15338435.

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

Color convert

RGB 195 11 234 -
CMYK 0.17 0.95 0 0.08
HSL 289.51º 0.91% 0.48% -
HSV(B) 289.51º 0.95% 0.92% -
XYZ 37.48 17.78 79.3 -
YUV 91.44 208.46 201.87 -
System Red Green Blue C M Y K H S L
Decimal 195 11 234 0.17 0.95 0 0.08 289.51 0.91 0.48
Hex C3 B EA 11 5F 0 8 122 5B 30
Octal 303 13 352 21 137 0 10 442 133 60
Binary 11000011 1011 11101010 10001 1011111 0 1000 100100010 1011011 110000

Color Harmonies of #C30BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30BEA

Black with #C30BEA

Text Example


Text Example

White with #C30BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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