Html Css Color HEX #CB1970 Medium Violet Red

📋 copy color: '#CB1970'

red 203 ◦ green 25 ◦ blue 112

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

Shades of Medium Violet Red #CB1970

Tints of Medium Violet Red #CB1970

RGB

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

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

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

R = 59.71%
G = 7.35%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB1970 (or 0xCB1970) is known color: Medium Violet Red. HEX triplet: CB, 19 and 70. RGB value is (203,25,112). Sum of RGB (Red+Green+Blue) = 203+25+112=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1970 is #34E68F. Grayscale: #575757. Windows color (decimal): -3466896 or 7346635. OLE color: 7346635.

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

Color convert

RGB 203 25 112 -
CMYK 0 0.88 0.45 0.20
HSL 330.67º 0.78% 0.45% -
HSV(B) 330.67º 0.88% 0.8% -
XYZ 27.9 14.56 16.67 -
YUV 88.14 141.47 209.93 -
System Red Green Blue C M Y K H S L
Decimal 203 25 112 0 0.88 0.45 0.20 330.67 0.78 0.45
Hex CB 19 70 0 58 2D 14 14B 4E 2D
Octal 313 31 160 0 130 55 24 513 116 55
Binary 11001011 11001 1110000 0 1011000 101101 10100 101001011 1001110 101101

Color Harmonies of #CB1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1970

Black with #CB1970

Text Example


Text Example

White with #CB1970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1970; }

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

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

background-color css

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

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

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

border-color css

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

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

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