Html Css Color HEX #CF0174 Medium Violet Red

📋 copy color: '#CF0174'

red 207 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #CF0174

Tints of Medium Violet Red #CF0174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 63.89%
G = 0.31%
B = 35.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF0174 (or 0xCF0174) is known color: Medium Violet Red. HEX triplet: CF, 01 and 74. RGB value is (207,1,116). Sum of RGB (Red+Green+Blue) = 207+1+116=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0174 is #30FE8B. Grayscale: #4B4B4B. Windows color (decimal): -3210892 or 7602639. OLE color: 7602639.

HSL color Cylindrical-coordinate representation of color #CF0174: hue angle of 326.5º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0174 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 1 116 -
CMYK 0 1.00 0.44 0.19
HSL 326.5º 0.99% 0.41% -
HSV(B) 326.5º 1% 0.81% -
XYZ 28.9 14.55 17.81 -
YUV 75.7 150.75 221.65 -
System Red Green Blue C M Y K H S L
Decimal 207 1 116 0 1.00 0.44 0.19 326.5 0.99 0.41
Hex CF 1 74 0 64 2C 13 147 63 29
Octal 317 1 164 0 144 54 23 507 143 51
Binary 11001111 1 1110100 0 1100100 101100 10011 101000111 1100011 101001

Color Harmonies of #CF0174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0174

Black with #CF0174

Text Example


Text Example

White with #CF0174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0174; }

 p { color: rgb(207,1,116); }

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

background-color css

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

 a { background-color: rgb(207,1,116); }

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

border-color css

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

 span { border-color: rgb(207,1,116); }

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