Html Css Color HEX #CF1F9A Medium Violet Red

📋 copy color: '#CF1F9A'

red 207 ◦ green 31 ◦ blue 154

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

Shades of Medium Violet Red #CF1F9A

Tints of Medium Violet Red #CF1F9A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.91%

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

R = 52.81%
G = 7.91%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF1F9A (or 0xCF1F9A) is known color: Medium Violet Red. HEX triplet: CF, 1F and 9A. RGB value is (207,31,154). Sum of RGB (Red+Green+Blue) = 207+31+154=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1F9A is #30E065. Grayscale: #616161. Windows color (decimal): -3203174 or 10100687. OLE color: 10100687.

HSL color Cylindrical-coordinate representation of color #CF1F9A: hue angle of 318.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1F9A is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 31 154 -
CMYK 0 0.85 0.26 0.19
HSL 318.07º 0.74% 0.47% -
HSV(B) 318.07º 0.85% 0.81% -
XYZ 32.05 16.58 32.08 -
YUV 97.65 159.81 206 -
System Red Green Blue C M Y K H S L
Decimal 207 31 154 0 0.85 0.26 0.19 318.07 0.74 0.47
Hex CF 1F 9A 0 55 1A 13 13E 4A 2F
Octal 317 37 232 0 125 32 23 476 112 57
Binary 11001111 11111 10011010 0 1010101 11010 10011 100111110 1001010 101111

Color Harmonies of #CF1F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1F9A

Black with #CF1F9A

Text Example


Text Example

White with #CF1F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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