Html Css Color HEX #CF18A0 Medium Violet Red

📋 copy color: '#CF18A0'

red 207 ◦ green 24 ◦ blue 160

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

Shades of Medium Violet Red #CF18A0

Tints of Medium Violet Red #CF18A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.92%

R = 52.94%
G = 6.14%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF18A0 (or 0xCF18A0) is known color: Medium Violet Red. HEX triplet: CF, 18 and A0. RGB value is (207,24,160). Sum of RGB (Red+Green+Blue) = 207+24+160=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF18A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF18A0 is #30E75F. Grayscale: #5D5D5D. Windows color (decimal): -3204960 or 10492111. OLE color: 10492111.

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

Color convert

RGB 207 24 160 -
CMYK 0 0.88 0.23 0.19
HSL 315.41º 0.79% 0.45% -
HSV(B) 315.41º 0.88% 0.81% -
XYZ 32.4 16.46 34.73 -
YUV 94.22 165.13 208.44 -
System Red Green Blue C M Y K H S L
Decimal 207 24 160 0 0.88 0.23 0.19 315.41 0.79 0.45
Hex CF 18 A0 0 58 17 13 13B 4F 2D
Octal 317 30 240 0 130 27 23 473 117 55
Binary 11001111 11000 10100000 0 1011000 10111 10011 100111011 1001111 101101

Color Harmonies of #CF18A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF18A0

Black with #CF18A0

Text Example


Text Example

White with #CF18A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF18A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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