Html Css Color HEX #CF088E Medium Violet Red

📋 copy color: '#CF088E'

red 207 ◦ green 8 ◦ blue 142

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

Shades of Medium Violet Red #CF088E

Tints of Medium Violet Red #CF088E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.24%

 BLUE value IS 142 (55.86% from 255) = 39.78%

R = 57.98%
G = 2.24%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF088E (or 0xCF088E) is known color: Medium Violet Red. HEX triplet: CF, 08 and 8E. RGB value is (207,8,142). Sum of RGB (Red+Green+Blue) = 207+8+142=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF088E is #30F771. Grayscale: #525252. Windows color (decimal): -3209074 or 9308367. OLE color: 9308367.

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

Color convert

RGB 207 8 142 -
CMYK 0 0.96 0.31 0.19
HSL 319.6º 0.93% 0.42% -
HSV(B) 319.6º 0.96% 0.81% -
XYZ 30.7 15.39 26.94 -
YUV 82.78 161.43 216.6 -
System Red Green Blue C M Y K H S L
Decimal 207 8 142 0 0.96 0.31 0.19 319.6 0.93 0.42
Hex CF 8 8E 0 60 1F 13 140 5D 2A
Octal 317 10 216 0 140 37 23 500 135 52
Binary 11001111 1000 10001110 0 1100000 11111 10011 101000000 1011101 101010

Color Harmonies of #CF088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF088E

Black with #CF088E

Text Example


Text Example

White with #CF088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF088E; }

 p { color: rgb(207,8,142); }

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

background-color css

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

 a { background-color: rgb(207,8,142); }

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

border-color css

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

 span { border-color: rgb(207,8,142); }

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