Html Css Color HEX #CF0687 Medium Violet Red

📋 copy color: '#CF0687'

red 207 ◦ green 6 ◦ blue 135

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

Shades of Medium Violet Red #CF0687

Tints of Medium Violet Red #CF0687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 59.48%
G = 1.72%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CF0687 (or 0xCF0687) is known color: Medium Violet Red. HEX triplet: CF, 06 and 87. RGB value is (207,6,135). Sum of RGB (Red+Green+Blue) = 207+6+135=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0687 is #30F978. Grayscale: #505050. Windows color (decimal): -3209593 or 8849103. OLE color: 8849103.

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

Color convert

RGB 207 6 135 -
CMYK 0 0.97 0.35 0.19
HSL 321.49º 0.94% 0.42% -
HSV(B) 321.49º 0.97% 0.81% -
XYZ 30.17 15.14 24.25 -
YUV 80.81 158.59 218.01 -
System Red Green Blue C M Y K H S L
Decimal 207 6 135 0 0.97 0.35 0.19 321.49 0.94 0.42
Hex CF 6 87 0 61 23 13 141 5E 2A
Octal 317 6 207 0 141 43 23 501 136 52
Binary 11001111 110 10000111 0 1100001 100011 10011 101000001 1011110 101010

Color Harmonies of #CF0687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0687

Black with #CF0687

Text Example


Text Example

White with #CF0687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0687; }

 p { color: rgb(207,6,135); }

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

background-color css

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

 a { background-color: rgb(207,6,135); }

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

border-color css

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

 span { border-color: rgb(207,6,135); }

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