Html Css Color HEX #CF148D Medium Violet Red

📋 copy color: '#CF148D'

red 207 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #CF148D

Tints of Medium Violet Red #CF148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.43%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 56.25%
G = 5.43%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF148D (or 0xCF148D) is known color: Medium Violet Red. HEX triplet: CF, 14 and 8D. RGB value is (207,20,141). Sum of RGB (Red+Green+Blue) = 207+20+141=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF148D is #30EB72. Grayscale: #595959. Windows color (decimal): -3206003 or 9245903. OLE color: 9245903.

HSL color Cylindrical-coordinate representation of color #CF148D: hue angle of 321.18º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF148D is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 20 141 -
CMYK 0 0.90 0.32 0.19
HSL 321.18º 0.82% 0.45% -
HSV(B) 321.18º 0.9% 0.81% -
XYZ 30.79 15.69 26.6 -
YUV 89.71 156.95 211.66 -
System Red Green Blue C M Y K H S L
Decimal 207 20 141 0 0.90 0.32 0.19 321.18 0.82 0.45
Hex CF 14 8D 0 5A 20 13 141 52 2D
Octal 317 24 215 0 132 40 23 501 122 55
Binary 11001111 10100 10001101 0 1011010 100000 10011 101000001 1010010 101101

Color Harmonies of #CF148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF148D

Black with #CF148D

Text Example


Text Example

White with #CF148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF148D; }

 p { color: rgb(207,20,141); }

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

background-color css

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

 a { background-color: rgb(207,20,141); }

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

border-color css

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

 span { border-color: rgb(207,20,141); }

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