Html Css Color HEX #CB1770 Medium Violet Red

📋 copy color: '#CB1770'

red 203 ◦ green 23 ◦ blue 112

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

Shades of Medium Violet Red #CB1770

Tints of Medium Violet Red #CB1770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.8%

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 60.06%
G = 6.8%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB1770 (or 0xCB1770) is known color: Medium Violet Red. HEX triplet: CB, 17 and 70. RGB value is (203,23,112). Sum of RGB (Red+Green+Blue) = 203+23+112=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1770 is #34E88F. Grayscale: #565656. Windows color (decimal): -3467408 or 7346123. OLE color: 7346123.

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

Color convert

RGB 203 23 112 -
CMYK 0 0.89 0.45 0.20
HSL 330.33º 0.8% 0.44% -
HSV(B) 330.33º 0.89% 0.8% -
XYZ 27.86 14.48 16.66 -
YUV 86.97 142.13 210.76 -
System Red Green Blue C M Y K H S L
Decimal 203 23 112 0 0.89 0.45 0.20 330.33 0.8 0.44
Hex CB 17 70 0 59 2D 14 14A 50 2C
Octal 313 27 160 0 131 55 24 512 120 54
Binary 11001011 10111 1110000 0 1011001 101101 10100 101001010 1010000 101100

Color Harmonies of #CB1770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1770

Black with #CB1770

Text Example


Text Example

White with #CB1770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1770; }

 p { color: rgb(203,23,112); }

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

background-color css

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

 a { background-color: rgb(203,23,112); }

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

border-color css

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

 span { border-color: rgb(203,23,112); }

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