Html Css Color HEX #C50CF3 Electric Purple

📋 copy color: '#C50CF3'

red 197 ◦ green 12 ◦ blue 243

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

Shades of Electric Purple #C50CF3

Tints of Electric Purple #C50CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 53.76%

R = 43.58%
G = 2.65%
B = 53.76%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C50CF3 (or 0xC50CF3) is known color: Electric Purple. HEX triplet: C5, 0C and F3. RGB value is (197,12,243). Sum of RGB (Red+Green+Blue) = 197+12+243=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 12 (5.08% from 255 or 2.65% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #C50CF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50CF3 is #3AF30C. Grayscale: #5C5C5C. Windows color (decimal): -3863309 or 15928517. OLE color: 15928517.

HSL color Cylindrical-coordinate representation of color #C50CF3: hue angle of 288.05º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50CF3 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 12 243 -
CMYK 0.19 0.95 0 0.05
HSL 288.05º 0.91% 0.5% -
HSV(B) 288.05º 0.95% 0.95% -
XYZ 39.34 18.6 86.31 -
YUV 93.65 212.29 201.72 -
System Red Green Blue C M Y K H S L
Decimal 197 12 243 0.19 0.95 0 0.05 288.05 0.91 0.5
Hex C5 C F3 13 5F 0 5 120 5B 32
Octal 305 14 363 23 137 0 5 440 133 62
Binary 11000101 1100 11110011 10011 1011111 0 101 100100000 1011011 110010

Color Harmonies of #C50CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50CF3

Black with #C50CF3

Text Example


Text Example

White with #C50CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50CF3; }

 p { color: rgb(197,12,243); }

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

background-color css

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

 a { background-color: rgb(197,12,243); }

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

border-color css

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

 span { border-color: rgb(197,12,243); }

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