Html Css Color HEX #CD0375 Medium Violet Red

📋 copy color: '#CD0375'

red 205 ◦ green 3 ◦ blue 117

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

Shades of Medium Violet Red #CD0375

Tints of Medium Violet Red #CD0375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

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

R = 63.08%
G = 0.92%
B = 36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD0375 (or 0xCD0375) is known color: Medium Violet Red. HEX triplet: CD, 03 and 75. RGB value is (205,3,117). Sum of RGB (Red+Green+Blue) = 205+3+117=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0375 is #32FC8A. Grayscale: #4C4C4C. Windows color (decimal): -3341451 or 7668685. OLE color: 7668685.

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

Color convert

RGB 205 3 117 -
CMYK 0 0.99 0.43 0.20
HSL 326.14º 0.97% 0.41% -
HSV(B) 326.14º 0.99% 0.8% -
XYZ 28.42 14.33 18.1 -
YUV 76.39 150.92 219.73 -
System Red Green Blue C M Y K H S L
Decimal 205 3 117 0 0.99 0.43 0.20 326.14 0.97 0.41
Hex CD 3 75 0 63 2B 14 146 61 29
Octal 315 3 165 0 143 53 24 506 141 51
Binary 11001101 11 1110101 0 1100011 101011 10100 101000110 1100001 101001

Color Harmonies of #CD0375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0375

Black with #CD0375

Text Example


Text Example

White with #CD0375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0375; }

 p { color: rgb(205,3,117); }

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

background-color css

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

 a { background-color: rgb(205,3,117); }

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

border-color css

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

 span { border-color: rgb(205,3,117); }

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