Html Css Color HEX #CF147C Medium Violet Red

📋 copy color: '#CF147C'

red 207 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #CF147C

Tints of Medium Violet Red #CF147C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.33%

R = 58.97%
G = 5.7%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF147C (or 0xCF147C) is known color: Medium Violet Red. HEX triplet: CF, 14 and 7C. RGB value is (207,20,124). Sum of RGB (Red+Green+Blue) = 207+20+124=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF147C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF147C is #30EB83. Grayscale: #575757. Windows color (decimal): -3206020 or 8131791. OLE color: 8131791.

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

Color convert

RGB 207 20 124 -
CMYK 0 0.90 0.40 0.19
HSL 326.63º 0.82% 0.45% -
HSV(B) 326.63º 0.9% 0.81% -
XYZ 29.62 15.22 20.45 -
YUV 87.77 148.45 213.04 -
System Red Green Blue C M Y K H S L
Decimal 207 20 124 0 0.90 0.40 0.19 326.63 0.82 0.45
Hex CF 14 7C 0 5A 28 13 147 52 2D
Octal 317 24 174 0 132 50 23 507 122 55
Binary 11001111 10100 1111100 0 1011010 101000 10011 101000111 1010010 101101

Color Harmonies of #CF147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF147C

Black with #CF147C

Text Example


Text Example

White with #CF147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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