Html Css Color HEX #CB1D7D Medium Violet Red

📋 copy color: '#CB1D7D'

red 203 ◦ green 29 ◦ blue 125

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

Shades of Medium Violet Red #CB1D7D

Tints of Medium Violet Red #CB1D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 56.86%
G = 8.12%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB1D7D (or 0xCB1D7D) is known color: Medium Violet Red. HEX triplet: CB, 1D and 7D. RGB value is (203,29,125). Sum of RGB (Red+Green+Blue) = 203+29+125=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D7D is #34E282. Grayscale: #5B5B5B. Windows color (decimal): -3465859 or 8199627. OLE color: 8199627.

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

Color convert

RGB 203 29 125 -
CMYK 0 0.86 0.38 0.20
HSL 326.9º 0.75% 0.45% -
HSV(B) 326.9º 0.86% 0.8% -
XYZ 28.77 15.06 20.79 -
YUV 91.97 146.65 207.19 -
System Red Green Blue C M Y K H S L
Decimal 203 29 125 0 0.86 0.38 0.20 326.9 0.75 0.45
Hex CB 1D 7D 0 56 26 14 147 4B 2D
Octal 313 35 175 0 126 46 24 507 113 55
Binary 11001011 11101 1111101 0 1010110 100110 10100 101000111 1001011 101101

Color Harmonies of #CB1D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D7D

Black with #CB1D7D

Text Example


Text Example

White with #CB1D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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