Html Css Color HEX #CF1483 Medium Violet Red

📋 copy color: '#CF1483'

red 207 ◦ green 20 ◦ blue 131

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

Shades of Medium Violet Red #CF1483

Tints of Medium Violet Red #CF1483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.59%

R = 57.82%
G = 5.59%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF1483 (or 0xCF1483) is known color: Medium Violet Red. HEX triplet: CF, 14 and 83. RGB value is (207,20,131). Sum of RGB (Red+Green+Blue) = 207+20+131=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1483 is #30EB7C. Grayscale: #585858. Windows color (decimal): -3206013 or 8590543. OLE color: 8590543.

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

Color convert

RGB 207 20 131 -
CMYK 0 0.90 0.37 0.19
HSL 324.39º 0.82% 0.45% -
HSV(B) 324.39º 0.9% 0.81% -
XYZ 30.08 15.4 22.86 -
YUV 88.57 151.95 212.47 -
System Red Green Blue C M Y K H S L
Decimal 207 20 131 0 0.90 0.37 0.19 324.39 0.82 0.45
Hex CF 14 83 0 5A 25 13 144 52 2D
Octal 317 24 203 0 132 45 23 504 122 55
Binary 11001111 10100 10000011 0 1011010 100101 10011 101000100 1010010 101101

Color Harmonies of #CF1483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1483

Black with #CF1483

Text Example


Text Example

White with #CF1483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1483; }

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

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

background-color css

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

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

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

border-color css

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

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

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