Html Css Color HEX #CF13A0 Medium Violet Red

📋 copy color: '#CF13A0'

red 207 ◦ green 19 ◦ blue 160

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

Shades of Medium Violet Red #CF13A0

Tints of Medium Violet Red #CF13A0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.92%

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

R = 53.63%
G = 4.92%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CF13A0 (or 0xCF13A0) is known color: Medium Violet Red. HEX triplet: CF, 13 and A0. RGB value is (207,19,160). Sum of RGB (Red+Green+Blue) = 207+19+160=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF13A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF13A0 is #30EC5F. Grayscale: #5A5A5A. Windows color (decimal): -3206240 or 10490831. OLE color: 10490831.

HSL color Cylindrical-coordinate representation of color #CF13A0: hue angle of 315º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF13A0 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 19 160 -
CMYK 0 0.91 0.23 0.19
HSL 315º 0.83% 0.44% -
HSV(B) 315º 0.91% 0.81% -
XYZ 32.31 16.27 34.7 -
YUV 91.29 166.78 210.54 -
System Red Green Blue C M Y K H S L
Decimal 207 19 160 0 0.91 0.23 0.19 315 0.83 0.44
Hex CF 13 A0 0 5B 17 13 13B 53 2C
Octal 317 23 240 0 133 27 23 473 123 54
Binary 11001111 10011 10100000 0 1011011 10111 10011 100111011 1010011 101100

Color Harmonies of #CF13A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF13A0

Black with #CF13A0

Text Example


Text Example

White with #CF13A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF13A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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