Html Css Color HEX #CF1CA5 Medium Violet Red

📋 copy color: '#CF1CA5'

red 207 ◦ green 28 ◦ blue 165

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

Shades of Medium Violet Red #CF1CA5

Tints of Medium Violet Red #CF1CA5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7%

 BLUE value IS 165 (64.84% from 255) = 41.25%

R = 51.75%
G = 7%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CF1CA5 (or 0xCF1CA5) is known color: Medium Violet Red. HEX triplet: CF, 1C and A5. RGB value is (207,28,165). Sum of RGB (Red+Green+Blue) = 207+28+165=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1CA5 is #30E35A. Grayscale: #606060. Windows color (decimal): -3203931 or 10820815. OLE color: 10820815.

HSL color Cylindrical-coordinate representation of color #CF1CA5: hue angle of 314.08º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1CA5 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 28 165 -
CMYK 0 0.86 0.20 0.19
HSL 314.08º 0.76% 0.46% -
HSV(B) 314.08º 0.86% 0.81% -
XYZ 32.94 16.81 37.11 -
YUV 97.14 166.3 206.36 -
System Red Green Blue C M Y K H S L
Decimal 207 28 165 0 0.86 0.20 0.19 314.08 0.76 0.46
Hex CF 1C A5 0 56 14 13 13A 4C 2E
Octal 317 34 245 0 126 24 23 472 114 56
Binary 11001111 11100 10100101 0 1010110 10100 10011 100111010 1001100 101110

Color Harmonies of #CF1CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1CA5

Black with #CF1CA5

Text Example


Text Example

White with #CF1CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1CA5; }

 p { color: rgb(207,28,165); }

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

background-color css

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

 a { background-color: rgb(207,28,165); }

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

border-color css

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

 span { border-color: rgb(207,28,165); }

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