Html Css Color HEX #CF057D Medium Violet Red

📋 copy color: '#CF057D'

red 207 ◦ green 5 ◦ blue 125

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

Shades of Medium Violet Red #CF057D

Tints of Medium Violet Red #CF057D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.48%

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 61.42%
G = 1.48%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF057D (or 0xCF057D) is known color: Medium Violet Red. HEX triplet: CF, 05 and 7D. RGB value is (207,5,125). Sum of RGB (Red+Green+Blue) = 207+5+125=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF057D is #30FA82. Grayscale: #4E4E4E. Windows color (decimal): -3209859 or 8193487. OLE color: 8193487.

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

Color convert

RGB 207 5 125 -
CMYK 0 0.98 0.40 0.19
HSL 324.36º 0.95% 0.42% -
HSV(B) 324.36º 0.98% 0.81% -
XYZ 29.49 14.85 20.72 -
YUV 79.08 153.92 219.24 -
System Red Green Blue C M Y K H S L
Decimal 207 5 125 0 0.98 0.40 0.19 324.36 0.95 0.42
Hex CF 5 7D 0 62 28 13 144 5F 2A
Octal 317 5 175 0 142 50 23 504 137 52
Binary 11001111 101 1111101 0 1100010 101000 10011 101000100 1011111 101010

Color Harmonies of #CF057D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF057D

Black with #CF057D

Text Example


Text Example

White with #CF057D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF057D; }

 p { color: rgb(207,5,125); }

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

background-color css

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

 a { background-color: rgb(207,5,125); }

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

border-color css

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

 span { border-color: rgb(207,5,125); }

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