Html Css Color HEX #C50BCA Deep Magenta

📋 copy color: '#C50BCA'

red 197 ◦ green 11 ◦ blue 202

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

Shades of Deep Magenta #C50BCA

Tints of Deep Magenta #C50BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.27%

R = 48.05%
G = 2.68%
B = 49.27%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C50BCA (or 0xC50BCA) is known color: Deep Magenta. HEX triplet: C5, 0B and CA. RGB value is (197,11,202). Sum of RGB (Red+Green+Blue) = 197+11+202=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #C50BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C50BCA is #3AF435. Grayscale: #575757. Windows color (decimal): -3863606 or 13241285. OLE color: 13241285.

HSL color Cylindrical-coordinate representation of color #C50BCA: hue angle of 298.43º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50BCA is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 11 202 -
CMYK 0.02 0.95 0 0.21
HSL 298.43º 0.9% 0.42% -
HSV(B) 298.43º 0.95% 0.79% -
XYZ 33.81 16.37 57.26 -
YUV 88.39 192.12 205.47 -
System Red Green Blue C M Y K H S L
Decimal 197 11 202 0.02 0.95 0 0.21 298.43 0.9 0.42
Hex C5 B CA 2 5F 0 15 12A 5A 2A
Octal 305 13 312 2 137 0 25 452 132 52
Binary 11000101 1011 11001010 10 1011111 0 10101 100101010 1011010 101010

Color Harmonies of #C50BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BCA

Black with #C50BCA

Text Example


Text Example

White with #C50BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BCA; }

 p { color: rgb(197,11,202); }

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

background-color css

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

 a { background-color: rgb(197,11,202); }

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

border-color css

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

 span { border-color: rgb(197,11,202); }

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