Html Css Color HEX #CF1D9D Medium Violet Red

📋 copy color: '#CF1D9D'

red 207 ◦ green 29 ◦ blue 157

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

Shades of Medium Violet Red #CF1D9D

Tints of Medium Violet Red #CF1D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.95%

R = 52.67%
G = 7.38%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#CF1D9D (or 0xCF1D9D) is known color: Medium Violet Red. HEX triplet: CF, 1D and 9D. RGB value is (207,29,157). Sum of RGB (Red+Green+Blue) = 207+29+157=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1D9D is #30E262. Grayscale: #606060. Windows color (decimal): -3203683 or 10296783. OLE color: 10296783.

HSL color Cylindrical-coordinate representation of color #CF1D9D: hue angle of 316.85º 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 #CF1D9D is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 29 157 -
CMYK 0 0.86 0.24 0.19
HSL 316.85º 0.75% 0.46% -
HSV(B) 316.85º 0.86% 0.81% -
XYZ 32.26 16.58 33.4 -
YUV 96.81 161.97 206.59 -
System Red Green Blue C M Y K H S L
Decimal 207 29 157 0 0.86 0.24 0.19 316.85 0.75 0.46
Hex CF 1D 9D 0 56 18 13 13D 4B 2E
Octal 317 35 235 0 126 30 23 475 113 56
Binary 11001111 11101 10011101 0 1010110 11000 10011 100111101 1001011 101110

Color Harmonies of #CF1D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1D9D

Black with #CF1D9D

Text Example


Text Example

White with #CF1D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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