Html Css Color HEX #CF0085 Medium Violet Red

📋 copy color: '#CF0085'

red 207 ◦ green 0 ◦ blue 133

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

Shades of Medium Violet Red #CF0085

Tints of Medium Violet Red #CF0085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 60.88%
G = 0%
B = 39.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CF0085 (or 0xCF0085) is known color: Medium Violet Red. HEX triplet: CF, 00 and 85. RGB value is (207,0,133). Sum of RGB (Red+Green+Blue) = 207+0+133=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0085 is #30FF7A. Grayscale: #4C4C4C. Windows color (decimal): -3211131 or 8716495. OLE color: 8716495.

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

Color convert

RGB 207 0 133 -
CMYK 0 1 0.36 0.19
HSL 321.45º 1% 0.41% -
HSV(B) 321.45º 1% 0.81% -
XYZ 29.97 14.96 23.5 -
YUV 77.06 159.58 220.69 -
System Red Green Blue C M Y K H S L
Decimal 207 0 133 0 1 0.36 0.19 321.45 1 0.41
Hex CF 0 85 0 64 24 13 141 64 29
Octal 317 0 205 0 144 44 23 501 144 51
Binary 11001111 0 10000101 0 1100100 100100 10011 101000001 1100100 101001

Color Harmonies of #CF0085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0085

Black with #CF0085

Text Example


Text Example

White with #CF0085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0085; }

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

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

background-color css

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

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

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

border-color css

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

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

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