Html Css Color HEX #CF139A Medium Violet Red

📋 copy color: '#CF139A'

red 207 ◦ green 19 ◦ blue 154

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

Shades of Medium Violet Red #CF139A

Tints of Medium Violet Red #CF139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.53%

R = 54.47%
G = 5%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF139A (or 0xCF139A) is known color: Medium Violet Red. HEX triplet: CF, 13 and 9A. RGB value is (207,19,154). Sum of RGB (Red+Green+Blue) = 207+19+154=380 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.47% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 207 - color contains mainly: red. Hex color #CF139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF139A is #30EC65. Grayscale: #5A5A5A. Windows color (decimal): -3206246 or 10097615. OLE color: 10097615.

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

Color convert

RGB 207 19 154 -
CMYK 0 0.91 0.26 0.19
HSL 316.91º 0.83% 0.44% -
HSV(B) 316.91º 0.91% 0.81% -
XYZ 31.8 16.06 32 -
YUV 90.6 163.78 211.02 -
System Red Green Blue C M Y K H S L
Decimal 207 19 154 0 0.91 0.26 0.19 316.91 0.83 0.44
Hex CF 13 9A 0 5B 1A 13 13D 53 2C
Octal 317 23 232 0 133 32 23 475 123 54
Binary 11001111 10011 10011010 0 1011011 11010 10011 100111101 1010011 101100

Color Harmonies of #CF139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF139A

Black with #CF139A

Text Example


Text Example

White with #CF139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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