Html Css Color HEX #C517CB Deep Magenta

📋 copy color: '#C517CB'

red 197 ◦ green 23 ◦ blue 203

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

Shades of Deep Magenta #C517CB

Tints of Deep Magenta #C517CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.44%

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

R = 46.57%
G = 5.44%
B = 47.99%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C517CB (or 0xC517CB) is known color: Deep Magenta. HEX triplet: C5, 17 and CB. RGB value is (197,23,203). Sum of RGB (Red+Green+Blue) = 197+23+203=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #C517CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C517CB is #3AE834. Grayscale: #5E5E5E. Windows color (decimal): -3860533 or 13309893. OLE color: 13309893.

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

Color convert

RGB 197 23 203 -
CMYK 0.03 0.89 0 0.20
HSL 298º 0.8% 0.44% -
HSV(B) 298º 0.89% 0.8% -
XYZ 34.11 16.79 57.94 -
YUV 95.55 188.65 200.36 -
System Red Green Blue C M Y K H S L
Decimal 197 23 203 0.03 0.89 0 0.20 298 0.8 0.44
Hex C5 17 CB 3 59 0 14 12A 50 2C
Octal 305 27 313 3 131 0 24 452 120 54
Binary 11000101 10111 11001011 11 1011001 0 10100 100101010 1010000 101100

Color Harmonies of #C517CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C517CB

Black with #C517CB

Text Example


Text Example

White with #C517CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C517CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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