Html Css Color HEX #CF128D Medium Violet Red

📋 copy color: '#CF128D'

red 207 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #CF128D

Tints of Medium Violet Red #CF128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.92%

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

R = 56.56%
G = 4.92%
B = 38.52%

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

#CF128D (or 0xCF128D) is known color: Medium Violet Red. HEX triplet: CF, 12 and 8D. RGB value is (207,18,141). Sum of RGB (Red+Green+Blue) = 207+18+141=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF128D is #30ED72. Grayscale: #585858. Windows color (decimal): -3206515 or 9245391. OLE color: 9245391.

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

Color convert

RGB 207 18 141 -
CMYK 0 0.91 0.32 0.19
HSL 320.95º 0.84% 0.44% -
HSV(B) 320.95º 0.91% 0.81% -
XYZ 30.76 15.62 26.59 -
YUV 88.53 157.62 212.5 -
System Red Green Blue C M Y K H S L
Decimal 207 18 141 0 0.91 0.32 0.19 320.95 0.84 0.44
Hex CF 12 8D 0 5B 20 13 141 54 2C
Octal 317 22 215 0 133 40 23 501 124 54
Binary 11001111 10010 10001101 0 1011011 100000 10011 101000001 1010100 101100

Color Harmonies of #CF128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF128D

Black with #CF128D

Text Example


Text Example

White with #CF128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF128D; }

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

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

background-color css

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

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

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

border-color css

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

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

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