Html Css Color HEX #CB1370 Medium Violet Red

📋 copy color: '#CB1370'

red 203 ◦ green 19 ◦ blue 112

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

Shades of Medium Violet Red #CB1370

Tints of Medium Violet Red #CB1370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

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

R = 60.78%
G = 5.69%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB1370 (or 0xCB1370) is known color: Medium Violet Red. HEX triplet: CB, 13 and 70. RGB value is (203,19,112). Sum of RGB (Red+Green+Blue) = 203+19+112=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1370 is #34EC8F. Grayscale: #545454. Windows color (decimal): -3468432 or 7345099. OLE color: 7345099.

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

Color convert

RGB 203 19 112 -
CMYK 0 0.91 0.45 0.20
HSL 329.67º 0.83% 0.44% -
HSV(B) 329.67º 0.91% 0.8% -
XYZ 27.79 14.33 16.63 -
YUV 84.62 143.46 212.44 -
System Red Green Blue C M Y K H S L
Decimal 203 19 112 0 0.91 0.45 0.20 329.67 0.83 0.44
Hex CB 13 70 0 5B 2D 14 14A 53 2C
Octal 313 23 160 0 133 55 24 512 123 54
Binary 11001011 10011 1110000 0 1011011 101101 10100 101001010 1010011 101100

Color Harmonies of #CB1370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1370

Black with #CB1370

Text Example


Text Example

White with #CB1370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1370; }

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

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

background-color css

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

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

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

border-color css

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

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

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