Html Css Color HEX #CF127D Medium Violet Red

📋 copy color: '#CF127D'

red 207 ◦ green 18 ◦ blue 125

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

Shades of Medium Violet Red #CF127D

Tints of Medium Violet Red #CF127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 59.14%
G = 5.14%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF127D (or 0xCF127D) is known color: Medium Violet Red. HEX triplet: CF, 12 and 7D. RGB value is (207,18,125). Sum of RGB (Red+Green+Blue) = 207+18+125=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF127D is #30ED82. Grayscale: #565656. Windows color (decimal): -3206531 or 8196815. OLE color: 8196815.

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

Color convert

RGB 207 18 125 -
CMYK 0 0.91 0.40 0.19
HSL 326.03º 0.84% 0.44% -
HSV(B) 326.03º 0.91% 0.81% -
XYZ 29.65 15.18 20.77 -
YUV 86.71 149.62 213.8 -
System Red Green Blue C M Y K H S L
Decimal 207 18 125 0 0.91 0.40 0.19 326.03 0.84 0.44
Hex CF 12 7D 0 5B 28 13 146 54 2C
Octal 317 22 175 0 133 50 23 506 124 54
Binary 11001111 10010 1111101 0 1011011 101000 10011 101000110 1010100 101100

Color Harmonies of #CF127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF127D

Black with #CF127D

Text Example


Text Example

White with #CF127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF127D; }

 p { color: rgb(207,18,125); }

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

background-color css

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

 a { background-color: rgb(207,18,125); }

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

border-color css

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

 span { border-color: rgb(207,18,125); }

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