Html Css Color HEX #CD0C7B Medium Violet Red

📋 copy color: '#CD0C7B'

red 205 ◦ green 12 ◦ blue 123

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

Shades of Medium Violet Red #CD0C7B

Tints of Medium Violet Red #CD0C7B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.53%

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 60.29%
G = 3.53%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD0C7B (or 0xCD0C7B) is known color: Medium Violet Red. HEX triplet: CD, 0C and 7B. RGB value is (205,12,123). Sum of RGB (Red+Green+Blue) = 205+12+123=340 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.29% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0C7B is #32F384. Grayscale: #525252. Windows color (decimal): -3339141 or 8064205. OLE color: 8064205.

HSL color Cylindrical-coordinate representation of color #CD0C7B: hue angle of 325.49º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0C7B is Cyan = 0, Magento = 0.94, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 12 123 -
CMYK 0 0.94 0.4 0.20
HSL 325.49º 0.89% 0.43% -
HSV(B) 325.49º 0.94% 0.8% -
XYZ 28.88 14.67 20.05 -
YUV 82.36 150.94 215.47 -
System Red Green Blue C M Y K H S L
Decimal 205 12 123 0 0.94 0.4 0.20 325.49 0.89 0.43
Hex CD C 7B 0 5E 28 14 145 59 2B
Octal 315 14 173 0 136 50 24 505 131 53
Binary 11001101 1100 1111011 0 1011110 101000 10100 101000101 1011001 101011

Color Harmonies of #CD0C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0C7B

Black with #CD0C7B

Text Example


Text Example

White with #CD0C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0C7B; }

 p { color: rgb(205,12,123); }

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

background-color css

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

 a { background-color: rgb(205,12,123); }

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

border-color css

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

 span { border-color: rgb(205,12,123); }

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