Html Css Color HEX #CF1492 Medium Violet Red

📋 copy color: '#CF1492'

red 207 ◦ green 20 ◦ blue 146

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

Shades of Medium Violet Red #CF1492

Tints of Medium Violet Red #CF1492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.36%

 BLUE value IS 146 (57.42% from 255) = 39.14%

R = 55.5%
G = 5.36%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF1492 (or 0xCF1492) is known color: Medium Violet Red. HEX triplet: CF, 14 and 92. RGB value is (207,20,146). Sum of RGB (Red+Green+Blue) = 207+20+146=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1492 is #30EB6D. Grayscale: #595959. Windows color (decimal): -3205998 or 9573583. OLE color: 9573583.

HSL color Cylindrical-coordinate representation of color #CF1492: hue angle of 319.57º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1492 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 20 146 -
CMYK 0 0.90 0.29 0.19
HSL 319.57º 0.82% 0.45% -
HSV(B) 319.57º 0.9% 0.81% -
XYZ 31.17 15.84 28.61 -
YUV 90.28 159.45 211.25 -
System Red Green Blue C M Y K H S L
Decimal 207 20 146 0 0.90 0.29 0.19 319.57 0.82 0.45
Hex CF 14 92 0 5A 1D 13 140 52 2D
Octal 317 24 222 0 132 35 23 500 122 55
Binary 11001111 10100 10010010 0 1011010 11101 10011 101000000 1010010 101101

Color Harmonies of #CF1492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1492

Black with #CF1492

Text Example


Text Example

White with #CF1492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1492; }

 p { color: rgb(207,20,146); }

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

background-color css

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

 a { background-color: rgb(207,20,146); }

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

border-color css

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

 span { border-color: rgb(207,20,146); }

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