Html Css Color HEX #CF187F Medium Violet Red

📋 copy color: '#CF187F'

red 207 ◦ green 24 ◦ blue 127

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

Shades of Medium Violet Red #CF187F

Tints of Medium Violet Red #CF187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.47%

R = 57.82%
G = 6.7%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF187F (or 0xCF187F) is known color: Medium Violet Red. HEX triplet: CF, 18 and 7F. RGB value is (207,24,127). Sum of RGB (Red+Green+Blue) = 207+24+127=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF187F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF187F is #30E780. Grayscale: #5A5A5A. Windows color (decimal): -3204993 or 8329423. OLE color: 8329423.

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

Color convert

RGB 207 24 127 -
CMYK 0 0.88 0.39 0.19
HSL 326.23º 0.79% 0.45% -
HSV(B) 326.23º 0.88% 0.81% -
XYZ 29.89 15.45 21.49 -
YUV 90.46 148.63 211.12 -
System Red Green Blue C M Y K H S L
Decimal 207 24 127 0 0.88 0.39 0.19 326.23 0.79 0.45
Hex CF 18 7F 0 58 27 13 146 4F 2D
Octal 317 30 177 0 130 47 23 506 117 55
Binary 11001111 11000 1111111 0 1011000 100111 10011 101000110 1001111 101101

Color Harmonies of #CF187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF187F

Black with #CF187F

Text Example


Text Example

White with #CF187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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