Html Css Color HEX #CF0175 Medium Violet Red

📋 copy color: '#CF0175'

red 207 ◦ green 1 ◦ blue 117

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

Shades of Medium Violet Red #CF0175

Tints of Medium Violet Red #CF0175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36%

R = 63.69%
G = 0.31%
B = 36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF0175 (or 0xCF0175) is known color: Medium Violet Red. HEX triplet: CF, 01 and 75. RGB value is (207,1,117). Sum of RGB (Red+Green+Blue) = 207+1+117=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0175 is #30FE8A. Grayscale: #4B4B4B. Windows color (decimal): -3210891 or 7668175. OLE color: 7668175.

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

Color convert

RGB 207 1 117 -
CMYK 0 1.00 0.43 0.19
HSL 326.21º 0.99% 0.41% -
HSV(B) 326.21º 1% 0.81% -
XYZ 28.95 14.57 18.12 -
YUV 75.82 151.25 221.57 -
System Red Green Blue C M Y K H S L
Decimal 207 1 117 0 1.00 0.43 0.19 326.21 0.99 0.41
Hex CF 1 75 0 64 2B 13 146 63 29
Octal 317 1 165 0 144 53 23 506 143 51
Binary 11001111 1 1110101 0 1100100 101011 10011 101000110 1100011 101001

Color Harmonies of #CF0175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0175

Black with #CF0175

Text Example


Text Example

White with #CF0175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0175; }

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

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

background-color css

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

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

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

border-color css

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

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

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