Html Css Color HEX #CF1378 Medium Violet Red

📋 copy color: '#CF1378'

red 207 ◦ green 19 ◦ blue 120

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

Shades of Medium Violet Red #CF1378

Tints of Medium Violet Red #CF1378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 59.83%
G = 5.49%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CF1378 (or 0xCF1378) is known color: Medium Violet Red. HEX triplet: CF, 13 and 78. RGB value is (207,19,120). Sum of RGB (Red+Green+Blue) = 207+19+120=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1378 is #30EC87. Grayscale: #565656. Windows color (decimal): -3206280 or 7869391. OLE color: 7869391.

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

Color convert

RGB 207 19 120 -
CMYK 0 0.91 0.42 0.19
HSL 327.77º 0.83% 0.44% -
HSV(B) 327.77º 0.91% 0.81% -
XYZ 29.36 15.09 19.13 -
YUV 86.73 146.78 213.79 -
System Red Green Blue C M Y K H S L
Decimal 207 19 120 0 0.91 0.42 0.19 327.77 0.83 0.44
Hex CF 13 78 0 5B 2A 13 148 53 2C
Octal 317 23 170 0 133 52 23 510 123 54
Binary 11001111 10011 1111000 0 1011011 101010 10011 101001000 1010011 101100

Color Harmonies of #CF1378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1378

Black with #CF1378

Text Example


Text Example

White with #CF1378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1378; }

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

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

background-color css

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

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

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

border-color css

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

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

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