Html Css Color HEX #CF0D90 Medium Violet Red

📋 copy color: '#CF0D90'

red 207 ◦ green 13 ◦ blue 144

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

Shades of Medium Violet Red #CF0D90

Tints of Medium Violet Red #CF0D90

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.57%

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

R = 56.87%
G = 3.57%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF0D90 (or 0xCF0D90) is known color: Medium Violet Red. HEX triplet: CF, 0D and 90. RGB value is (207,13,144). Sum of RGB (Red+Green+Blue) = 207+13+144=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0D90 is #30F26F. Grayscale: #555555. Windows color (decimal): -3207792 or 9440719. OLE color: 9440719.

HSL color Cylindrical-coordinate representation of color #CF0D90: hue angle of 319.48º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0D90 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 13 144 -
CMYK 0 0.94 0.30 0.19
HSL 319.48º 0.88% 0.43% -
HSV(B) 319.48º 0.94% 0.81% -
XYZ 30.91 15.57 27.76 -
YUV 85.94 160.77 214.35 -
System Red Green Blue C M Y K H S L
Decimal 207 13 144 0 0.94 0.30 0.19 319.48 0.88 0.43
Hex CF D 90 0 5E 1E 13 13F 58 2B
Octal 317 15 220 0 136 36 23 477 130 53
Binary 11001111 1101 10010000 0 1011110 11110 10011 100111111 1011000 101011

Color Harmonies of #CF0D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D90

Black with #CF0D90

Text Example


Text Example

White with #CF0D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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