Html Css Color HEX #CF1D90 Medium Violet Red

📋 copy color: '#CF1D90'

red 207 ◦ green 29 ◦ blue 144

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

Shades of Medium Violet Red #CF1D90

Tints of Medium Violet Red #CF1D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.89%

R = 54.47%
G = 7.63%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF1D90 (or 0xCF1D90) is known color: Medium Violet Red. HEX triplet: CF, 1D and 90. RGB value is (207,29,144). Sum of RGB (Red+Green+Blue) = 207+29+144=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1D90 is #30E26F. Grayscale: #5F5F5F. Windows color (decimal): -3203696 or 9444815. OLE color: 9444815.

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

Color convert

RGB 207 29 144 -
CMYK 0 0.86 0.30 0.19
HSL 321.24º 0.75% 0.46% -
HSV(B) 321.24º 0.86% 0.81% -
XYZ 31.21 16.16 27.86 -
YUV 95.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 207 29 144 0 0.86 0.30 0.19 321.24 0.75 0.46
Hex CF 1D 90 0 56 1E 13 141 4B 2E
Octal 317 35 220 0 126 36 23 501 113 56
Binary 11001111 11101 10010000 0 1010110 11110 10011 101000001 1001011 101110

Color Harmonies of #CF1D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1D90

Black with #CF1D90

Text Example


Text Example

White with #CF1D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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