Html Css Color HEX #CF0395 Medium Violet Red

📋 copy color: '#CF0395'

red 207 ◦ green 3 ◦ blue 149

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

Shades of Medium Violet Red #CF0395

Tints of Medium Violet Red #CF0395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

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

R = 57.66%
G = 0.84%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#CF0395 (or 0xCF0395) is known color: Medium Violet Red. HEX triplet: CF, 03 and 95. RGB value is (207,3,149). Sum of RGB (Red+Green+Blue) = 207+3+149=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0395 is #30FC6A. Grayscale: #505050. Windows color (decimal): -3210347 or 9765839. OLE color: 9765839.

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

Color convert

RGB 207 3 149 -
CMYK 0 0.99 0.28 0.19
HSL 317.06º 0.97% 0.41% -
HSV(B) 317.06º 0.99% 0.81% -
XYZ 31.19 15.5 29.78 -
YUV 80.64 166.59 218.13 -
System Red Green Blue C M Y K H S L
Decimal 207 3 149 0 0.99 0.28 0.19 317.06 0.97 0.41
Hex CF 3 95 0 63 1C 13 13D 61 29
Octal 317 3 225 0 143 34 23 475 141 51
Binary 11001111 11 10010101 0 1100011 11100 10011 100111101 1100001 101001

Color Harmonies of #CF0395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0395

Black with #CF0395

Text Example


Text Example

White with #CF0395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0395; }

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

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

background-color css

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

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

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

border-color css

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

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

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