Html Css Color HEX #CF0386 Medium Violet Red

📋 copy color: '#CF0386'

red 207 ◦ green 3 ◦ blue 134

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

Shades of Medium Violet Red #CF0386

Tints of Medium Violet Red #CF0386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.95%

R = 60.17%
G = 0.87%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CF0386 (or 0xCF0386) is known color: Medium Violet Red. HEX triplet: CF, 03 and 86. RGB value is (207,3,134). Sum of RGB (Red+Green+Blue) = 207+3+134=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0386 is #30FC79. Grayscale: #4E4E4E. Windows color (decimal): -3210362 or 8782799. OLE color: 8782799.

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

Color convert

RGB 207 3 134 -
CMYK 0 0.99 0.35 0.19
HSL 321.47º 0.97% 0.41% -
HSV(B) 321.47º 0.99% 0.81% -
XYZ 30.07 15.05 23.87 -
YUV 78.93 159.09 219.35 -
System Red Green Blue C M Y K H S L
Decimal 207 3 134 0 0.99 0.35 0.19 321.47 0.97 0.41
Hex CF 3 86 0 63 23 13 141 61 29
Octal 317 3 206 0 143 43 23 501 141 51
Binary 11001111 11 10000110 0 1100011 100011 10011 101000001 1100001 101001

Color Harmonies of #CF0386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0386

Black with #CF0386

Text Example


Text Example

White with #CF0386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0386; }

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

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

background-color css

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

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

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

border-color css

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

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

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