Html Css Color HEX #CF138C Medium Violet Red

📋 copy color: '#CF138C'

red 207 ◦ green 19 ◦ blue 140

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

Shades of Medium Violet Red #CF138C

Tints of Medium Violet Red #CF138C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 56.56%
G = 5.19%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF138C (or 0xCF138C) is known color: Medium Violet Red. HEX triplet: CF, 13 and 8C. RGB value is (207,19,140). Sum of RGB (Red+Green+Blue) = 207+19+140=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF138C is #30EC73. Grayscale: #585858. Windows color (decimal): -3206260 or 9180111. OLE color: 9180111.

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

Color convert

RGB 207 19 140 -
CMYK 0 0.91 0.32 0.19
HSL 321.38º 0.83% 0.44% -
HSV(B) 321.38º 0.91% 0.81% -
XYZ 30.7 15.62 26.21 -
YUV 89.01 156.78 212.16 -
System Red Green Blue C M Y K H S L
Decimal 207 19 140 0 0.91 0.32 0.19 321.38 0.83 0.44
Hex CF 13 8C 0 5B 20 13 141 53 2C
Octal 317 23 214 0 133 40 23 501 123 54
Binary 11001111 10011 10001100 0 1011011 100000 10011 101000001 1010011 101100

Color Harmonies of #CF138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF138C

Black with #CF138C

Text Example


Text Example

White with #CF138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF138C; }

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

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

background-color css

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

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

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

border-color css

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

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

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