Html Css Color HEX #CF157D Medium Violet Red

📋 copy color: '#CF157D'

red 207 ◦ green 21 ◦ blue 125

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

Shades of Medium Violet Red #CF157D

Tints of Medium Violet Red #CF157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.95%

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

R = 58.64%
G = 5.95%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF157D (or 0xCF157D) is known color: Medium Violet Red. HEX triplet: CF, 15 and 7D. RGB value is (207,21,125). Sum of RGB (Red+Green+Blue) = 207+21+125=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF157D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF157D is #30EA82. Grayscale: #585858. Windows color (decimal): -3205763 or 8197583. OLE color: 8197583.

HSL color Cylindrical-coordinate representation of color #CF157D: hue angle of 326.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF157D is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 125 -
CMYK 0 0.90 0.40 0.19
HSL 326.45º 0.82% 0.45% -
HSV(B) 326.45º 0.9% 0.81% -
XYZ 29.7 15.28 20.79 -
YUV 88.47 148.62 212.54 -
System Red Green Blue C M Y K H S L
Decimal 207 21 125 0 0.90 0.40 0.19 326.45 0.82 0.45
Hex CF 15 7D 0 5A 28 13 146 52 2D
Octal 317 25 175 0 132 50 23 506 122 55
Binary 11001111 10101 1111101 0 1011010 101000 10011 101000110 1010010 101101

Color Harmonies of #CF157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF157D

Black with #CF157D

Text Example


Text Example

White with #CF157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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