Html Css Color HEX #C5006B Medium Violet Red

📋 copy color: '#C5006B'

red 197 ◦ green 0 ◦ blue 107

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

Shades of Medium Violet Red #C5006B

Tints of Medium Violet Red #C5006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 107 (42.19% from 255) = 35.2%

R = 64.8%
G = 0%
B = 35.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5006B (or 0xC5006B) is known color: Medium Violet Red. HEX triplet: C5, 00 and 6B. RGB value is (197,0,107). Sum of RGB (Red+Green+Blue) = 197+0+107=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C5006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5006B is #3AFF94. Grayscale: #464646. Windows color (decimal): -3866517 or 7012549. OLE color: 7012549.

HSL color Cylindrical-coordinate representation of color #C5006B: hue angle of 327.41º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5006B is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 107 -
CMYK 0 1 0.46 0.23
HSL 327.41º 1% 0.39% -
HSV(B) 327.41º 1% 0.77% -
XYZ 25.68 12.93 15.05 -
YUV 71.1 148.27 217.8 -
System Red Green Blue C M Y K H S L
Decimal 197 0 107 0 1 0.46 0.23 327.41 1 0.39
Hex C5 0 6B 0 64 2E 17 147 64 27
Octal 305 0 153 0 144 56 27 507 144 47
Binary 11000101 0 1101011 0 1100100 101110 10111 101000111 1100100 100111

Color Harmonies of #C5006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5006B

Black with #C5006B

Text Example


Text Example

White with #C5006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5006B; }

 p { color: rgb(197,0,107); }

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

background-color css

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

 a { background-color: rgb(197,0,107); }

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

border-color css

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

 span { border-color: rgb(197,0,107); }

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