Html Css Color HEX #CF0195 Medium Violet Red

📋 copy color: '#CF0195'

red 207 ◦ green 1 ◦ blue 149

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

Shades of Medium Violet Red #CF0195

Tints of Medium Violet Red #CF0195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.74%

R = 57.98%
G = 0.28%
B = 41.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF0195 (or 0xCF0195) is known color: Medium Violet Red. HEX triplet: CF, 01 and 95. RGB value is (207,1,149). Sum of RGB (Red+Green+Blue) = 207+1+149=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0195 is #30FE6A. Grayscale: #4F4F4F. Windows color (decimal): -3210859 or 9765327. OLE color: 9765327.

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

Color convert

RGB 207 1 149 -
CMYK 0 1.00 0.28 0.19
HSL 316.89º 0.99% 0.41% -
HSV(B) 316.89º 1% 0.81% -
XYZ 31.17 15.46 29.77 -
YUV 79.47 167.25 218.97 -
System Red Green Blue C M Y K H S L
Decimal 207 1 149 0 1.00 0.28 0.19 316.89 0.99 0.41
Hex CF 1 95 0 64 1C 13 13D 63 29
Octal 317 1 225 0 144 34 23 475 143 51
Binary 11001111 1 10010101 0 1100100 11100 10011 100111101 1100011 101001

Color Harmonies of #CF0195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0195

Black with #CF0195

Text Example


Text Example

White with #CF0195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0195; }

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

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

background-color css

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

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

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

border-color css

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

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

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