Html Css Color HEX #CF0290 Medium Violet Red

📋 copy color: '#CF0290'

red 207 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #CF0290

Tints of Medium Violet Red #CF0290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 58.64%
G = 0.57%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF0290 (or 0xCF0290) is known color: Medium Violet Red. HEX triplet: CF, 02 and 90. RGB value is (207,2,144). Sum of RGB (Red+Green+Blue) = 207+2+144=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0290 is #30FD6F. Grayscale: #4F4F4F. Windows color (decimal): -3210608 or 9437903. OLE color: 9437903.

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

Color convert

RGB 207 2 144 -
CMYK 0 0.99 0.30 0.19
HSL 318.44º 0.98% 0.41% -
HSV(B) 318.44º 0.99% 0.81% -
XYZ 30.79 15.32 27.72 -
YUV 79.48 164.42 218.95 -
System Red Green Blue C M Y K H S L
Decimal 207 2 144 0 0.99 0.30 0.19 318.44 0.98 0.41
Hex CF 2 90 0 63 1E 13 13E 62 29
Octal 317 2 220 0 143 36 23 476 142 51
Binary 11001111 10 10010000 0 1100011 11110 10011 100111110 1100010 101001

Color Harmonies of #CF0290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0290

Black with #CF0290

Text Example


Text Example

White with #CF0290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0290; }

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

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

background-color css

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

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

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

border-color css

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

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

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