Html Css Color HEX #CD068F Medium Violet Red

📋 copy color: '#CD068F'

red 205 ◦ green 6 ◦ blue 143

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

Shades of Medium Violet Red #CD068F

Tints of Medium Violet Red #CD068F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.69%

 BLUE value IS 143 (56.25% from 255) = 40.4%

R = 57.91%
G = 1.69%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CD068F (or 0xCD068F) is known color: Medium Violet Red. HEX triplet: CD, 06 and 8F. RGB value is (205,6,143). Sum of RGB (Red+Green+Blue) = 205+6+143=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD068F is #32F970. Grayscale: #505050. Windows color (decimal): -3340657 or 9373389. OLE color: 9373389.

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

Color convert

RGB 205 6 143 -
CMYK 0 0.97 0.30 0.20
HSL 318.69º 0.94% 0.41% -
HSV(B) 318.69º 0.97% 0.8% -
XYZ 30.2 15.09 27.31 -
YUV 81.12 162.93 216.36 -
System Red Green Blue C M Y K H S L
Decimal 205 6 143 0 0.97 0.30 0.20 318.69 0.94 0.41
Hex CD 6 8F 0 61 1E 14 13F 5E 29
Octal 315 6 217 0 141 36 24 477 136 51
Binary 11001101 110 10001111 0 1100001 11110 10100 100111111 1011110 101001

Color Harmonies of #CD068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD068F

Black with #CD068F

Text Example


Text Example

White with #CD068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD068F; }

 p { color: rgb(205,6,143); }

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

background-color css

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

 a { background-color: rgb(205,6,143); }

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

border-color css

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

 span { border-color: rgb(205,6,143); }

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