Html Css Color HEX #CF1D8D Medium Violet Red

📋 copy color: '#CF1D8D'

red 207 ◦ green 29 ◦ blue 141

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

Shades of Medium Violet Red #CF1D8D

Tints of Medium Violet Red #CF1D8D

RGB

 RED value IS 207 (81.25% from 255) = 54.91%

 GREEN value IS 29 (11.72% from 255) = 7.69%

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 54.91%
G = 7.69%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF1D8D (or 0xCF1D8D) is known color: Medium Violet Red. HEX triplet: CF, 1D and 8D. RGB value is (207,29,141). Sum of RGB (Red+Green+Blue) = 207+29+141=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1D8D is #30E272. Grayscale: #5E5E5E. Windows color (decimal): -3203699 or 9248207. OLE color: 9248207.

HSL color Cylindrical-coordinate representation of color #CF1D8D: hue angle of 322.25º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1D8D is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 29 141 -
CMYK 0 0.86 0.32 0.19
HSL 322.25º 0.75% 0.46% -
HSV(B) 322.25º 0.86% 0.81% -
XYZ 30.98 16.07 26.67 -
YUV 94.99 153.97 207.89 -
System Red Green Blue C M Y K H S L
Decimal 207 29 141 0 0.86 0.32 0.19 322.25 0.75 0.46
Hex CF 1D 8D 0 56 20 13 142 4B 2E
Octal 317 35 215 0 126 40 23 502 113 56
Binary 11001111 11101 10001101 0 1010110 100000 10011 101000010 1001011 101110

Color Harmonies of #CF1D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1D8D

Black with #CF1D8D

Text Example


Text Example

White with #CF1D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1D8D; }

 p { color: rgb(207,29,141); }

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

background-color css

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

 a { background-color: rgb(207,29,141); }

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

border-color css

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

 span { border-color: rgb(207,29,141); }

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