Html Css Color HEX #CB197B Medium Violet Red

📋 copy color: '#CB197B'

red 203 ◦ green 25 ◦ blue 123

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

Shades of Medium Violet Red #CB197B

Tints of Medium Violet Red #CB197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.04%

R = 57.83%
G = 7.12%
B = 35.04%

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

#CB197B (or 0xCB197B) is known color: Medium Violet Red. HEX triplet: CB, 19 and 7B. RGB value is (203,25,123). Sum of RGB (Red+Green+Blue) = 203+25+123=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB197B is #34E684. Grayscale: #595959. Windows color (decimal): -3466885 or 8067531. OLE color: 8067531.

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

Color convert

RGB 203 25 123 -
CMYK 0 0.88 0.39 0.20
HSL 326.97º 0.78% 0.45% -
HSV(B) 326.97º 0.88% 0.8% -
XYZ 28.55 14.82 20.09 -
YUV 89.39 146.97 209.03 -
System Red Green Blue C M Y K H S L
Decimal 203 25 123 0 0.88 0.39 0.20 326.97 0.78 0.45
Hex CB 19 7B 0 58 27 14 147 4E 2D
Octal 313 31 173 0 130 47 24 507 116 55
Binary 11001011 11001 1111011 0 1011000 100111 10100 101000111 1001110 101101

Color Harmonies of #CB197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB197B

Black with #CB197B

Text Example


Text Example

White with #CB197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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