Html Css Color HEX #CB198E Medium Violet Red

📋 copy color: '#CB198E'

red 203 ◦ green 25 ◦ blue 142

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

Shades of Medium Violet Red #CB198E

Tints of Medium Violet Red #CB198E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 54.86%
G = 6.76%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB198E (or 0xCB198E) is known color: Medium Violet Red. HEX triplet: CB, 19 and 8E. RGB value is (203,25,142). Sum of RGB (Red+Green+Blue) = 203+25+142=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB198E is #34E671. Grayscale: #5B5B5B. Windows color (decimal): -3466866 or 9312715. OLE color: 9312715.

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

Color convert

RGB 203 25 142 -
CMYK 0 0.88 0.30 0.20
HSL 320.56º 0.78% 0.45% -
HSV(B) 320.56º 0.88% 0.8% -
XYZ 29.86 15.34 26.98 -
YUV 91.56 156.47 207.49 -
System Red Green Blue C M Y K H S L
Decimal 203 25 142 0 0.88 0.30 0.20 320.56 0.78 0.45
Hex CB 19 8E 0 58 1E 14 141 4E 2D
Octal 313 31 216 0 130 36 24 501 116 55
Binary 11001011 11001 10001110 0 1011000 11110 10100 101000001 1001110 101101

Color Harmonies of #CB198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB198E

Black with #CB198E

Text Example


Text Example

White with #CB198E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB198E; }

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

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

background-color css

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

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

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

border-color css

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

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

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