Html Css Color HEX #CF0293 Medium Violet Red

📋 copy color: '#CF0293'

red 207 ◦ green 2 ◦ blue 147

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

Shades of Medium Violet Red #CF0293

Tints of Medium Violet Red #CF0293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 147 (57.81% from 255) = 41.29%

R = 58.15%
G = 0.56%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF0293 (or 0xCF0293) is known color: Medium Violet Red. HEX triplet: CF, 02 and 93. RGB value is (207,2,147). Sum of RGB (Red+Green+Blue) = 207+2+147=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0293 is #30FD6C. Grayscale: #4F4F4F. Windows color (decimal): -3210605 or 9634511. OLE color: 9634511.

HSL color Cylindrical-coordinate representation of color #CF0293: hue angle of 317.56º degrees, saturation: 0.98, 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 #CF0293 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 2 147 -
CMYK 0 0.99 0.29 0.19
HSL 317.56º 0.98% 0.41% -
HSV(B) 317.56º 0.99% 0.81% -
XYZ 31.02 15.42 28.94 -
YUV 79.83 165.92 218.71 -
System Red Green Blue C M Y K H S L
Decimal 207 2 147 0 0.99 0.29 0.19 317.56 0.98 0.41
Hex CF 2 93 0 63 1D 13 13E 62 29
Octal 317 2 223 0 143 35 23 476 142 51
Binary 11001111 10 10010011 0 1100011 11101 10011 100111110 1100010 101001

Color Harmonies of #CF0293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0293

Black with #CF0293

Text Example


Text Example

White with #CF0293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0293; }

 p { color: rgb(207,2,147); }

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

background-color css

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

 a { background-color: rgb(207,2,147); }

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

border-color css

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

 span { border-color: rgb(207,2,147); }

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