Html Css Color HEX #CF028D Medium Violet Red

📋 copy color: '#CF028D'

red 207 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #CF028D

Tints of Medium Violet Red #CF028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 59.14%
G = 0.57%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF028D (or 0xCF028D) is known color: Medium Violet Red. HEX triplet: CF, 02 and 8D. RGB value is (207,2,141). Sum of RGB (Red+Green+Blue) = 207+2+141=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF028D is #30FD72. Grayscale: #4E4E4E. Windows color (decimal): -3210611 or 9241295. OLE color: 9241295.

HSL color Cylindrical-coordinate representation of color #CF028D: hue angle of 319.32º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF028D is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 2 141 -
CMYK 0 0.99 0.32 0.19
HSL 319.32º 0.98% 0.41% -
HSV(B) 319.32º 0.99% 0.81% -
XYZ 30.56 15.23 26.53 -
YUV 79.14 162.92 219.2 -
System Red Green Blue C M Y K H S L
Decimal 207 2 141 0 0.99 0.32 0.19 319.32 0.98 0.41
Hex CF 2 8D 0 63 20 13 13F 62 29
Octal 317 2 215 0 143 40 23 477 142 51
Binary 11001111 10 10001101 0 1100011 100000 10011 100111111 1100010 101001

Color Harmonies of #CF028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF028D

Black with #CF028D

Text Example


Text Example

White with #CF028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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