Html Css Color HEX #CD1B7C Medium Violet Red

📋 copy color: '#CD1B7C'

red 205 ◦ green 27 ◦ blue 124

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

Shades of Medium Violet Red #CD1B7C

Tints of Medium Violet Red #CD1B7C

RGB

 RED value IS 205 (80.47% from 255) = 57.58%

 GREEN value IS 27 (10.94% from 255) = 7.58%

 BLUE value IS 124 (48.83% from 255) = 34.83%

R = 57.58%
G = 7.58%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CD1B7C (or 0xCD1B7C) is known color: Medium Violet Red. HEX triplet: CD, 1B and 7C. RGB value is (205,27,124). Sum of RGB (Red+Green+Blue) = 205+27+124=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1B7C is #32E483. Grayscale: #5B5B5B. Windows color (decimal): -3335300 or 8133581. OLE color: 8133581.

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

Color convert

RGB 205 27 124 -
CMYK 0 0.87 0.40 0.20
HSL 327.3º 0.77% 0.45% -
HSV(B) 327.3º 0.87% 0.8% -
XYZ 29.21 15.22 20.47 -
YUV 91.28 146.47 209.11 -
System Red Green Blue C M Y K H S L
Decimal 205 27 124 0 0.87 0.40 0.20 327.3 0.77 0.45
Hex CD 1B 7C 0 57 28 14 147 4D 2D
Octal 315 33 174 0 127 50 24 507 115 55
Binary 11001101 11011 1111100 0 1010111 101000 10100 101000111 1001101 101101

Color Harmonies of #CD1B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1B7C

Black with #CD1B7C

Text Example


Text Example

White with #CD1B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1B7C; }

 p { color: rgb(205,27,124); }

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

background-color css

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

 a { background-color: rgb(205,27,124); }

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

border-color css

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

 span { border-color: rgb(205,27,124); }

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