Html Css Color HEX #CF187D Medium Violet Red

📋 copy color: '#CF187D'

red 207 ◦ green 24 ◦ blue 125

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

Shades of Medium Violet Red #CF187D

Tints of Medium Violet Red #CF187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.74%

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

R = 58.15%
G = 6.74%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF187D (or 0xCF187D) is known color: Medium Violet Red. HEX triplet: CF, 18 and 7D. RGB value is (207,24,125). Sum of RGB (Red+Green+Blue) = 207+24+125=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF187D is #30E782. Grayscale: #5A5A5A. Windows color (decimal): -3204995 or 8198351. OLE color: 8198351.

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

Color convert

RGB 207 24 125 -
CMYK 0 0.88 0.40 0.19
HSL 326.89º 0.79% 0.45% -
HSV(B) 326.89º 0.88% 0.81% -
XYZ 29.76 15.4 20.81 -
YUV 90.23 147.63 211.29 -
System Red Green Blue C M Y K H S L
Decimal 207 24 125 0 0.88 0.40 0.19 326.89 0.79 0.45
Hex CF 18 7D 0 58 28 13 147 4F 2D
Octal 317 30 175 0 130 50 23 507 117 55
Binary 11001111 11000 1111101 0 1011000 101000 10011 101000111 1001111 101101

Color Harmonies of #CF187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF187D

Black with #CF187D

Text Example


Text Example

White with #CF187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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