Html Css Color HEX #CF2183 Medium Violet Red

📋 copy color: '#CF2183'

red 207 ◦ green 33 ◦ blue 131

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

Shades of Medium Violet Red #CF2183

Tints of Medium Violet Red #CF2183

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.89%

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

R = 55.8%
G = 8.89%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF2183 (or 0xCF2183) is known color: Medium Violet Red. HEX triplet: CF, 21 and 83. RGB value is (207,33,131). Sum of RGB (Red+Green+Blue) = 207+33+131=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2183 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2183 is #30DE7C. Grayscale: #5F5F5F. Windows color (decimal): -3202685 or 8593871. OLE color: 8593871.

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

Color convert

RGB 207 33 131 -
CMYK 0 0.84 0.37 0.19
HSL 326.21º 0.73% 0.47% -
HSV(B) 326.21º 0.84% 0.81% -
XYZ 30.37 15.99 22.96 -
YUV 96.2 147.65 207.03 -
System Red Green Blue C M Y K H S L
Decimal 207 33 131 0 0.84 0.37 0.19 326.21 0.73 0.47
Hex CF 21 83 0 54 25 13 146 48 2F
Octal 317 41 203 0 124 45 23 506 110 57
Binary 11001111 100001 10000011 0 1010100 100101 10011 101000110 1001000 101111

Color Harmonies of #CF2183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2183

Black with #CF2183

Text Example


Text Example

White with #CF2183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2183; }

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

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

background-color css

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

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

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

border-color css

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

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

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