Html Css Color HEX #CB1D75 Medium Violet Red

📋 copy color: '#CB1D75'

red 203 ◦ green 29 ◦ blue 117

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

Shades of Medium Violet Red #CB1D75

Tints of Medium Violet Red #CB1D75

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.31%

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 58.17%
G = 8.31%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB1D75 (or 0xCB1D75) is known color: Medium Violet Red. HEX triplet: CB, 1D and 75. RGB value is (203,29,117). Sum of RGB (Red+Green+Blue) = 203+29+117=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D75 is #34E28A. Grayscale: #5A5A5A. Windows color (decimal): -3465867 or 7675339. OLE color: 7675339.

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

Color convert

RGB 203 29 117 -
CMYK 0 0.86 0.42 0.20
HSL 329.66º 0.75% 0.45% -
HSV(B) 329.66º 0.86% 0.8% -
XYZ 28.28 14.86 18.21 -
YUV 91.06 142.65 207.84 -
System Red Green Blue C M Y K H S L
Decimal 203 29 117 0 0.86 0.42 0.20 329.66 0.75 0.45
Hex CB 1D 75 0 56 2A 14 14A 4B 2D
Octal 313 35 165 0 126 52 24 512 113 55
Binary 11001011 11101 1110101 0 1010110 101010 10100 101001010 1001011 101101

Color Harmonies of #CB1D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D75

Black with #CB1D75

Text Example


Text Example

White with #CB1D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D75; }

 p { color: rgb(203,29,117); }

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

background-color css

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

 a { background-color: rgb(203,29,117); }

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

border-color css

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

 span { border-color: rgb(203,29,117); }

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