#CF038A

Color #CF038A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CF038A

Tints of Medium Violet Red #CF038A

Color information

#CF038A (or 0xCF038A) is unknown color: approx Medium Violet Red. HEX triplet: CF, 03 and 8A. RGB value is (207,3,138). Sum of RGB (Red+Green+Blue) = 207+3+138=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF038A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF038A is #30FC75. Grayscale: #4F4F4F. Windows color (decimal): -3210358 or 9044943. OLE color: 9044943.

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

Color convert

RGB2073138-
CMYK00.990.330.19
HSL320.29º97.14%41.18%-
HSV(B)320.29º98.55%81.18%-
XYZ30.3515.1725.37-
YUV79.39161.09219.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 59.48%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=59.48%
G=0.86%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207313800.990.330.19320.2997.1441.18
HexCF38A06321131406129
Octal31732120143412350014151
Binary11001111111000101001100011100001100111010000001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF038A; }

 p { color: rgb(207,3,138); }

 H1.HeaderClassName
 {
   color: #CF038A;
 }
 .AnyTagClassName
 {
   color: #CF038A;
 }
</style>
background-color css

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

 a { background-color: rgb(207,3,138); }

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

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

 span { border-color: rgb(207,3,138); }

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