Html Css Color HEX #CF1877 Medium Violet Red

📋 copy color: '#CF1877'

red 207 ◦ green 24 ◦ blue 119

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

Shades of Medium Violet Red #CF1877

Tints of Medium Violet Red #CF1877

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.86%

 BLUE value IS 119 (46.88% from 255) = 34%

R = 59.14%
G = 6.86%
B = 34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF1877 (or 0xCF1877) is known color: Medium Violet Red. HEX triplet: CF, 18 and 77. RGB value is (207,24,119). Sum of RGB (Red+Green+Blue) = 207+24+119=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1877 is #30E788. Grayscale: #595959. Windows color (decimal): -3205001 or 7805135. OLE color: 7805135.

HSL color Cylindrical-coordinate representation of color #CF1877: hue angle of 328.85º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1877 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 24 119 -
CMYK 0 0.88 0.43 0.19
HSL 328.85º 0.79% 0.45% -
HSV(B) 328.85º 0.88% 0.81% -
XYZ 29.39 15.25 18.85 -
YUV 89.55 144.63 211.78 -
System Red Green Blue C M Y K H S L
Decimal 207 24 119 0 0.88 0.43 0.19 328.85 0.79 0.45
Hex CF 18 77 0 58 2B 13 149 4F 2D
Octal 317 30 167 0 130 53 23 511 117 55
Binary 11001111 11000 1110111 0 1011000 101011 10011 101001001 1001111 101101

Color Harmonies of #CF1877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1877

Black with #CF1877

Text Example


Text Example

White with #CF1877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1877; }

 p { color: rgb(207,24,119); }

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

background-color css

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

 a { background-color: rgb(207,24,119); }

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

border-color css

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

 span { border-color: rgb(207,24,119); }

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