Html Css Color HEX #CF028C Medium Violet Red

📋 copy color: '#CF028C'

red 207 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #CF028C

Tints of Medium Violet Red #CF028C

RGB

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

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

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

R = 59.31%
G = 0.57%
B = 40.11%

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

#CF028C (or 0xCF028C) is known color: Medium Violet Red. HEX triplet: CF, 02 and 8C. RGB value is (207,2,140). Sum of RGB (Red+Green+Blue) = 207+2+140=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF028C is #30FD73. Grayscale: #4E4E4E. Windows color (decimal): -3210612 or 9175759. OLE color: 9175759.

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

Color convert

RGB 207 2 140 -
CMYK 0 0.99 0.32 0.19
HSL 319.61º 0.98% 0.41% -
HSV(B) 319.61º 0.99% 0.81% -
XYZ 30.49 15.2 26.14 -
YUV 79.03 162.42 219.28 -
System Red Green Blue C M Y K H S L
Decimal 207 2 140 0 0.99 0.32 0.19 319.61 0.98 0.41
Hex CF 2 8C 0 63 20 13 140 62 29
Octal 317 2 214 0 143 40 23 500 142 51
Binary 11001111 10 10001100 0 1100011 100000 10011 101000000 1100010 101001

Color Harmonies of #CF028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF028C

Black with #CF028C

Text Example


Text Example

White with #CF028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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