Html Css Color HEX #CB1672 Medium Violet Red

📋 copy color: '#CB1672'

red 203 ◦ green 22 ◦ blue 114

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

Shades of Medium Violet Red #CB1672

Tints of Medium Violet Red #CB1672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.49%

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 59.88%
G = 6.49%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB1672 (or 0xCB1672) is known color: Medium Violet Red. HEX triplet: CB, 16 and 72. RGB value is (203,22,114). Sum of RGB (Red+Green+Blue) = 203+22+114=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1672 is #34E98D. Grayscale: #565656. Windows color (decimal): -3467662 or 7476939. OLE color: 7476939.

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

Color convert

RGB 203 22 114 -
CMYK 0 0.89 0.44 0.20
HSL 329.5º 0.8% 0.44% -
HSV(B) 329.5º 0.89% 0.8% -
XYZ 27.95 14.49 17.24 -
YUV 86.61 143.47 211.02 -
System Red Green Blue C M Y K H S L
Decimal 203 22 114 0 0.89 0.44 0.20 329.5 0.8 0.44
Hex CB 16 72 0 59 2C 14 14A 50 2C
Octal 313 26 162 0 131 54 24 512 120 54
Binary 11001011 10110 1110010 0 1011001 101100 10100 101001010 1010000 101100

Color Harmonies of #CB1672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1672

Black with #CB1672

Text Example


Text Example

White with #CB1672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1672; }

 p { color: rgb(203,22,114); }

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

background-color css

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

 a { background-color: rgb(203,22,114); }

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

border-color css

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

 span { border-color: rgb(203,22,114); }

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