Html Css Color HEX #CF1383 Medium Violet Red

📋 copy color: '#CF1383'

red 207 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #CF1383

Tints of Medium Violet Red #CF1383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.32%

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

R = 57.98%
G = 5.32%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF1383 (or 0xCF1383) is known color: Medium Violet Red. HEX triplet: CF, 13 and 83. RGB value is (207,19,131). Sum of RGB (Red+Green+Blue) = 207+19+131=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1383 is #30EC7C. Grayscale: #575757. Windows color (decimal): -3206269 or 8590287. OLE color: 8590287.

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

Color convert

RGB 207 19 131 -
CMYK 0 0.91 0.37 0.19
HSL 324.26º 0.83% 0.44% -
HSV(B) 324.26º 0.91% 0.81% -
XYZ 30.06 15.37 22.85 -
YUV 87.98 152.28 212.89 -
System Red Green Blue C M Y K H S L
Decimal 207 19 131 0 0.91 0.37 0.19 324.26 0.83 0.44
Hex CF 13 83 0 5B 25 13 144 53 2C
Octal 317 23 203 0 133 45 23 504 123 54
Binary 11001111 10011 10000011 0 1011011 100101 10011 101000100 1010011 101100

Color Harmonies of #CF1383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1383

Black with #CF1383

Text Example


Text Example

White with #CF1383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1383; }

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

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

background-color css

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

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

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

border-color css

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

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

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