Html Css Color HEX #CF0390 Medium Violet Red

📋 copy color: '#CF0390'

red 207 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #CF0390

Tints of Medium Violet Red #CF0390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

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

R = 58.47%
G = 0.85%
B = 40.68%

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

#CF0390 (or 0xCF0390) is known color: Medium Violet Red. HEX triplet: CF, 03 and 90. RGB value is (207,3,144). Sum of RGB (Red+Green+Blue) = 207+3+144=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0390 is #30FC6F. Grayscale: #4F4F4F. Windows color (decimal): -3210352 or 9438159. OLE color: 9438159.

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

Color convert

RGB 207 3 144 -
CMYK 0 0.99 0.30 0.19
HSL 318.53º 0.97% 0.41% -
HSV(B) 318.53º 0.99% 0.81% -
XYZ 30.8 15.34 27.72 -
YUV 80.07 164.09 218.54 -
System Red Green Blue C M Y K H S L
Decimal 207 3 144 0 0.99 0.30 0.19 318.53 0.97 0.41
Hex CF 3 90 0 63 1E 13 13F 61 29
Octal 317 3 220 0 143 36 23 477 141 51
Binary 11001111 11 10010000 0 1100011 11110 10011 100111111 1100001 101001

Color Harmonies of #CF0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0390

Black with #CF0390

Text Example


Text Example

White with #CF0390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0390; }

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

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

background-color css

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

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

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

border-color css

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

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

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