Html Css Color HEX #CF028F Medium Violet Red

📋 copy color: '#CF028F'

red 207 ◦ green 2 ◦ blue 143

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

Shades of Medium Violet Red #CF028F

Tints of Medium Violet Red #CF028F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.63%

R = 58.81%
G = 0.57%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF028F (or 0xCF028F) is known color: Medium Violet Red. HEX triplet: CF, 02 and 8F. RGB value is (207,2,143). Sum of RGB (Red+Green+Blue) = 207+2+143=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF028F is #30FD70. Grayscale: #4F4F4F. Windows color (decimal): -3210609 or 9372367. OLE color: 9372367.

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

Color convert

RGB 207 2 143 -
CMYK 0 0.99 0.31 0.19
HSL 318.73º 0.98% 0.41% -
HSV(B) 318.73º 0.99% 0.81% -
XYZ 30.71 15.29 27.32 -
YUV 79.37 163.92 219.04 -
System Red Green Blue C M Y K H S L
Decimal 207 2 143 0 0.99 0.31 0.19 318.73 0.98 0.41
Hex CF 2 8F 0 63 1F 13 13F 62 29
Octal 317 2 217 0 143 37 23 477 142 51
Binary 11001111 10 10001111 0 1100011 11111 10011 100111111 1100010 101001

Color Harmonies of #CF028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF028F

Black with #CF028F

Text Example


Text Example

White with #CF028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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