Html Css Color HEX #CD007D Medium Violet Red

📋 copy color: '#CD007D'

red 205 ◦ green 0 ◦ blue 125

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

Shades of Medium Violet Red #CD007D

Tints of Medium Violet Red #CD007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.12%
G = 0%
B = 37.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CD007D (or 0xCD007D) is known color: Medium Violet Red. HEX triplet: CD, 00 and 7D. RGB value is (205,0,125). Sum of RGB (Red+Green+Blue) = 205+0+125=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD007D is #32FF82. Grayscale: #4B4B4B. Windows color (decimal): -3342211 or 8192205. OLE color: 8192205.

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

Color convert

RGB 205 0 125 -
CMYK 0 1 0.39 0.20
HSL 323.41º 1% 0.4% -
HSV(B) 323.41º 1% 0.8% -
XYZ 28.88 14.46 20.67 -
YUV 75.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 205 0 125 0 1 0.39 0.20 323.41 1 0.4
Hex CD 0 7D 0 64 27 14 143 64 28
Octal 315 0 175 0 144 47 24 503 144 50
Binary 11001101 0 1111101 0 1100100 100111 10100 101000011 1100100 101000

Color Harmonies of #CD007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD007D

Black with #CD007D

Text Example


Text Example

White with #CD007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD007D; }

 p { color: rgb(205,0,125); }

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

background-color css

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

 a { background-color: rgb(205,0,125); }

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

border-color css

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

 span { border-color: rgb(205,0,125); }

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