Html Css Color HEX #CF15A2 Medium Violet Red

📋 copy color: '#CF15A2'

red 207 ◦ green 21 ◦ blue 162

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

Shades of Medium Violet Red #CF15A2

Tints of Medium Violet Red #CF15A2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.38%

 BLUE value IS 162 (63.67% from 255) = 41.54%

R = 53.08%
G = 5.38%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CF15A2 (or 0xCF15A2) is known color: Medium Violet Red. HEX triplet: CF, 15 and A2. RGB value is (207,21,162). Sum of RGB (Red+Green+Blue) = 207+21+162=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF15A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF15A2 is #30EA5D. Grayscale: #5C5C5C. Windows color (decimal): -3205726 or 10622415. OLE color: 10622415.

HSL color Cylindrical-coordinate representation of color #CF15A2: hue angle of 314.52º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF15A2 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 162 -
CMYK 0 0.90 0.22 0.19
HSL 314.52º 0.82% 0.45% -
HSV(B) 314.52º 0.9% 0.81% -
XYZ 32.52 16.41 35.64 -
YUV 92.69 167.12 209.54 -
System Red Green Blue C M Y K H S L
Decimal 207 21 162 0 0.90 0.22 0.19 314.52 0.82 0.45
Hex CF 15 A2 0 5A 16 13 13B 52 2D
Octal 317 25 242 0 132 26 23 473 122 55
Binary 11001111 10101 10100010 0 1011010 10110 10011 100111011 1010010 101101

Color Harmonies of #CF15A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF15A2

Black with #CF15A2

Text Example


Text Example

White with #CF15A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF15A2; }

 p { color: rgb(207,21,162); }

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

background-color css

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

 a { background-color: rgb(207,21,162); }

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

border-color css

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

 span { border-color: rgb(207,21,162); }

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