Html Css Color HEX #CB197C Medium Violet Red

📋 copy color: '#CB197C'

red 203 ◦ green 25 ◦ blue 124

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

Shades of Medium Violet Red #CB197C

Tints of Medium Violet Red #CB197C

RGB

 RED value IS 203 (79.69% from 255) = 57.67%

 GREEN value IS 25 (10.16% from 255) = 7.1%

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 57.67%
G = 7.1%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB197C (or 0xCB197C) is known color: Medium Violet Red. HEX triplet: CB, 19 and 7C. RGB value is (203,25,124). Sum of RGB (Red+Green+Blue) = 203+25+124=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB197C is #34E683. Grayscale: #595959. Windows color (decimal): -3466884 or 8133067. OLE color: 8133067.

HSL color Cylindrical-coordinate representation of color #CB197C: hue angle of 326.63º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB197C is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 25 124 -
CMYK 0 0.88 0.39 0.20
HSL 326.63º 0.78% 0.45% -
HSV(B) 326.63º 0.88% 0.8% -
XYZ 28.61 14.85 20.43 -
YUV 89.51 147.47 208.95 -
System Red Green Blue C M Y K H S L
Decimal 203 25 124 0 0.88 0.39 0.20 326.63 0.78 0.45
Hex CB 19 7C 0 58 27 14 147 4E 2D
Octal 313 31 174 0 130 47 24 507 116 55
Binary 11001011 11001 1111100 0 1011000 100111 10100 101000111 1001110 101101

Color Harmonies of #CB197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB197C

Black with #CB197C

Text Example


Text Example

White with #CB197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB197C; }

 p { color: rgb(203,25,124); }

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

background-color css

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

 a { background-color: rgb(203,25,124); }

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

border-color css

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

 span { border-color: rgb(203,25,124); }

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