Html Css Color HEX #CF149A Medium Violet Red

📋 copy color: '#CF149A'

red 207 ◦ green 20 ◦ blue 154

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

Shades of Medium Violet Red #CF149A

Tints of Medium Violet Red #CF149A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.42%

R = 54.33%
G = 5.25%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF149A (or 0xCF149A) is known color: Medium Violet Red. HEX triplet: CF, 14 and 9A. RGB value is (207,20,154). Sum of RGB (Red+Green+Blue) = 207+20+154=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF149A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF149A is #30EB65. Grayscale: #5A5A5A. Windows color (decimal): -3205990 or 10097871. OLE color: 10097871.

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

Color convert

RGB 207 20 154 -
CMYK 0 0.90 0.26 0.19
HSL 317.01º 0.82% 0.45% -
HSV(B) 317.01º 0.9% 0.81% -
XYZ 31.82 16.1 32 -
YUV 91.19 163.45 210.6 -
System Red Green Blue C M Y K H S L
Decimal 207 20 154 0 0.90 0.26 0.19 317.01 0.82 0.45
Hex CF 14 9A 0 5A 1A 13 13D 52 2D
Octal 317 24 232 0 132 32 23 475 122 55
Binary 11001111 10100 10011010 0 1011010 11010 10011 100111101 1010010 101101

Color Harmonies of #CF149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF149A

Black with #CF149A

Text Example


Text Example

White with #CF149A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF149A; }

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

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

background-color css

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

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

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

border-color css

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

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

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