Html Css Color HEX #CF0788 Medium Violet Red

📋 copy color: '#CF0788'

red 207 ◦ green 7 ◦ blue 136

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

Shades of Medium Violet Red #CF0788

Tints of Medium Violet Red #CF0788

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2%

 BLUE value IS 136 (53.52% from 255) = 38.86%

R = 59.14%
G = 2%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF0788 (or 0xCF0788) is known color: Medium Violet Red. HEX triplet: CF, 07 and 88. RGB value is (207,7,136). Sum of RGB (Red+Green+Blue) = 207+7+136=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0788 is #30F877. Grayscale: #515151. Windows color (decimal): -3209336 or 8914895. OLE color: 8914895.

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

Color convert

RGB 207 7 136 -
CMYK 0 0.97 0.34 0.19
HSL 321.3º 0.93% 0.42% -
HSV(B) 321.3º 0.97% 0.81% -
XYZ 30.25 15.19 24.63 -
YUV 81.51 158.76 217.51 -
System Red Green Blue C M Y K H S L
Decimal 207 7 136 0 0.97 0.34 0.19 321.3 0.93 0.42
Hex CF 7 88 0 61 22 13 141 5D 2A
Octal 317 7 210 0 141 42 23 501 135 52
Binary 11001111 111 10001000 0 1100001 100010 10011 101000001 1011101 101010

Color Harmonies of #CF0788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0788

Black with #CF0788

Text Example


Text Example

White with #CF0788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0788; }

 p { color: rgb(207,7,136); }

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

background-color css

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

 a { background-color: rgb(207,7,136); }

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

border-color css

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

 span { border-color: rgb(207,7,136); }

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