Html Css Color HEX #C507CB Deep Magenta

📋 copy color: '#C507CB'

red 197 ◦ green 7 ◦ blue 203

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

Shades of Deep Magenta #C507CB

Tints of Deep Magenta #C507CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.72%

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 48.4%
G = 1.72%
B = 49.88%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C507CB (or 0xC507CB) is known color: Deep Magenta. HEX triplet: C5, 07 and CB. RGB value is (197,7,203). Sum of RGB (Red+Green+Blue) = 197+7+203=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #C507CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507CB is #3AF834. Grayscale: #555555. Windows color (decimal): -3864629 or 13305797. OLE color: 13305797.

HSL color Cylindrical-coordinate representation of color #C507CB: hue angle of 298.16º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C507CB is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 7 203 -
CMYK 0.03 0.97 0 0.20
HSL 298.16º 0.93% 0.41% -
HSV(B) 298.16º 0.97% 0.8% -
XYZ 33.88 16.33 57.87 -
YUV 86.15 193.95 207.06 -
System Red Green Blue C M Y K H S L
Decimal 197 7 203 0.03 0.97 0 0.20 298.16 0.93 0.41
Hex C5 7 CB 3 61 0 14 12A 5D 29
Octal 305 7 313 3 141 0 24 452 135 51
Binary 11000101 111 11001011 11 1100001 0 10100 100101010 1011101 101001

Color Harmonies of #C507CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C507CB

Black with #C507CB

Text Example


Text Example

White with #C507CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C507CB; }

 p { color: rgb(197,7,203); }

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

background-color css

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

 a { background-color: rgb(197,7,203); }

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

border-color css

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

 span { border-color: rgb(197,7,203); }

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