Html Css Color HEX #C30AF9 Electric Purple

📋 copy color: '#C30AF9'

red 195 ◦ green 10 ◦ blue 249

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

Shades of Electric Purple #C30AF9

Tints of Electric Purple #C30AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.85%

R = 42.95%
G = 2.2%
B = 54.85%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C30AF9 (or 0xC30AF9) is known color: Electric Purple. HEX triplet: C3, 0A and F9. RGB value is (195,10,249). Sum of RGB (Red+Green+Blue) = 195+10+249=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #C30AF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30AF9 is #3CF506. Grayscale: #5B5B5B. Windows color (decimal): -3994887 or 16321219. OLE color: 16321219.

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

Color convert

RGB 195 10 249 -
CMYK 0.22 0.96 0 0.02
HSL 286.44º 0.95% 0.51% -
HSV(B) 286.44º 0.96% 0.98% -
XYZ 39.71 18.66 91.13 -
YUV 92.56 216.29 201.07 -
System Red Green Blue C M Y K H S L
Decimal 195 10 249 0.22 0.96 0 0.02 286.44 0.95 0.51
Hex C3 A F9 16 60 0 2 11E 5F 33
Octal 303 12 371 26 140 0 2 436 137 63
Binary 11000011 1010 11111001 10110 1100000 0 10 100011110 1011111 110011

Color Harmonies of #C30AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30AF9

Black with #C30AF9

Text Example


Text Example

White with #C30AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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