Html Css Color HEX #CF0090 Medium Violet Red

📋 copy color: '#CF0090'

red 207 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #CF0090

Tints of Medium Violet Red #CF0090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.97%
G = 0%
B = 41.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF0090 (or 0xCF0090) is known color: Medium Violet Red. HEX triplet: CF, 00 and 90. RGB value is (207,0,144). Sum of RGB (Red+Green+Blue) = 207+0+144=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0090 is #30FF6F. Grayscale: #4D4D4D. Windows color (decimal): -3211120 or 9437391. OLE color: 9437391.

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

Color convert

RGB 207 0 144 -
CMYK 0 1 0.30 0.19
HSL 318.26º 1% 0.41% -
HSV(B) 318.26º 1% 0.81% -
XYZ 30.77 15.28 27.71 -
YUV 78.31 165.08 219.79 -
System Red Green Blue C M Y K H S L
Decimal 207 0 144 0 1 0.30 0.19 318.26 1 0.41
Hex CF 0 90 0 64 1E 13 13E 64 29
Octal 317 0 220 0 144 36 23 476 144 51
Binary 11001111 0 10010000 0 1100100 11110 10011 100111110 1100100 101001

Color Harmonies of #CF0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0090

Black with #CF0090

Text Example


Text Example

White with #CF0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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