Html Css Color HEX #C30CFA Electric Purple

📋 copy color: '#C30CFA'

red 195 ◦ green 12 ◦ blue 250

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

Shades of Electric Purple #C30CFA

Tints of Electric Purple #C30CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.63%

 BLUE value IS 250 (98.05% from 255) = 54.7%

R = 42.67%
G = 2.63%
B = 54.7%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C30CFA (or 0xC30CFA) is known color: Electric Purple. HEX triplet: C3, 0C and FA. RGB value is (195,12,250). Sum of RGB (Red+Green+Blue) = 195+12+250=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 12 (5.08% from 255 or 2.63% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #C30CFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30CFA is #3CF305. Grayscale: #5D5D5D. Windows color (decimal): -3994374 or 16387267. OLE color: 16387267.

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

Color convert

RGB 195 12 250 -
CMYK 0.22 0.95 0 0.02
HSL 286.13º 0.96% 0.51% -
HSV(B) 286.13º 0.95% 0.98% -
XYZ 39.89 18.77 91.96 -
YUV 93.85 216.13 200.15 -
System Red Green Blue C M Y K H S L
Decimal 195 12 250 0.22 0.95 0 0.02 286.13 0.96 0.51
Hex C3 C FA 16 5F 0 2 11E 60 33
Octal 303 14 372 26 137 0 2 436 140 63
Binary 11000011 1100 11111010 10110 1011111 0 10 100011110 1100000 110011

Color Harmonies of #C30CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30CFA

Black with #C30CFA

Text Example


Text Example

White with #C30CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30CFA; }

 p { color: rgb(195,12,250); }

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

background-color css

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

 a { background-color: rgb(195,12,250); }

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

border-color css

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

 span { border-color: rgb(195,12,250); }

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