Html Css Color HEX #CB198C Medium Violet Red

📋 copy color: '#CB198C'

red 203 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #CB198C

Tints of Medium Violet Red #CB198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 55.16%
G = 6.79%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB198C (or 0xCB198C) is known color: Medium Violet Red. HEX triplet: CB, 19 and 8C. RGB value is (203,25,140). Sum of RGB (Red+Green+Blue) = 203+25+140=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB198C is #34E673. Grayscale: #5B5B5B. Windows color (decimal): -3466868 or 9181643. OLE color: 9181643.

HSL color Cylindrical-coordinate representation of color #CB198C: hue angle of 321.24º 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 #CB198C is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 25 140 -
CMYK 0 0.88 0.31 0.20
HSL 321.24º 0.78% 0.45% -
HSV(B) 321.24º 0.88% 0.8% -
XYZ 29.71 15.29 26.2 -
YUV 91.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 203 25 140 0 0.88 0.31 0.20 321.24 0.78 0.45
Hex CB 19 8C 0 58 1F 14 141 4E 2D
Octal 313 31 214 0 130 37 24 501 116 55
Binary 11001011 11001 10001100 0 1011000 11111 10100 101000001 1001110 101101

Color Harmonies of #CB198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB198C

Black with #CB198C

Text Example


Text Example

White with #CB198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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