Html Css Color HEX #CF048F Medium Violet Red

📋 copy color: '#CF048F'

red 207 ◦ green 4 ◦ blue 143

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

Shades of Medium Violet Red #CF048F

Tints of Medium Violet Red #CF048F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.13%

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

R = 58.47%
G = 1.13%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF048F (or 0xCF048F) is known color: Medium Violet Red. HEX triplet: CF, 04 and 8F. RGB value is (207,4,143). Sum of RGB (Red+Green+Blue) = 207+4+143=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 4 (1.95% from 255 or 1.13% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF048F is #30FB70. Grayscale: #505050. Windows color (decimal): -3210097 or 9372879. OLE color: 9372879.

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

Color convert

RGB 207 4 143 -
CMYK 0 0.98 0.31 0.19
HSL 318.92º 0.96% 0.41% -
HSV(B) 318.92º 0.98% 0.81% -
XYZ 30.73 15.34 27.33 -
YUV 80.54 163.25 218.2 -
System Red Green Blue C M Y K H S L
Decimal 207 4 143 0 0.98 0.31 0.19 318.92 0.96 0.41
Hex CF 4 8F 0 62 1F 13 13F 60 29
Octal 317 4 217 0 142 37 23 477 140 51
Binary 11001111 100 10001111 0 1100010 11111 10011 100111111 1100000 101001

Color Harmonies of #CF048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF048F

Black with #CF048F

Text Example


Text Example

White with #CF048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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