Html Css Color HEX #CF148F Medium Violet Red

📋 copy color: '#CF148F'

red 207 ◦ green 20 ◦ blue 143

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

Shades of Medium Violet Red #CF148F

Tints of Medium Violet Red #CF148F

RGB

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

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

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

R = 55.95%
G = 5.41%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF148F (or 0xCF148F) is known color: Medium Violet Red. HEX triplet: CF, 14 and 8F. RGB value is (207,20,143). Sum of RGB (Red+Green+Blue) = 207+20+143=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF148F is #30EB70. Grayscale: #595959. Windows color (decimal): -3206001 or 9376975. OLE color: 9376975.

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

Color convert

RGB 207 20 143 -
CMYK 0 0.90 0.31 0.19
HSL 320.53º 0.82% 0.45% -
HSV(B) 320.53º 0.9% 0.81% -
XYZ 30.94 15.75 27.4 -
YUV 89.94 157.95 211.5 -
System Red Green Blue C M Y K H S L
Decimal 207 20 143 0 0.90 0.31 0.19 320.53 0.82 0.45
Hex CF 14 8F 0 5A 1F 13 141 52 2D
Octal 317 24 217 0 132 37 23 501 122 55
Binary 11001111 10100 10001111 0 1011010 11111 10011 101000001 1010010 101101

Color Harmonies of #CF148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF148F

Black with #CF148F

Text Example


Text Example

White with #CF148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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