Html Css Color HEX #CD0294 Medium Violet Red

📋 copy color: '#CD0294'

red 205 ◦ green 2 ◦ blue 148

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

Shades of Medium Violet Red #CD0294

Tints of Medium Violet Red #CD0294

RGB

 RED value IS 205 (80.47% from 255) = 57.75%

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

 BLUE value IS 148 (58.2% from 255) = 41.69%

R = 57.75%
G = 0.56%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CD0294 (or 0xCD0294) is known color: Medium Violet Red. HEX triplet: CD, 02 and 94. RGB value is (205,2,148). Sum of RGB (Red+Green+Blue) = 205+2+148=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0294 is #32FD6B. Grayscale: #4E4E4E. Windows color (decimal): -3341676 or 9700045. OLE color: 9700045.

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

Color convert

RGB 205 2 148 -
CMYK 0 0.99 0.28 0.20
HSL 316.85º 0.98% 0.41% -
HSV(B) 316.85º 0.99% 0.8% -
XYZ 30.54 15.16 29.33 -
YUV 79.34 166.75 217.63 -
System Red Green Blue C M Y K H S L
Decimal 205 2 148 0 0.99 0.28 0.20 316.85 0.98 0.41
Hex CD 2 94 0 63 1C 14 13D 62 29
Octal 315 2 224 0 143 34 24 475 142 51
Binary 11001101 10 10010100 0 1100011 11100 10100 100111101 1100010 101001

Color Harmonies of #CD0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0294

Black with #CD0294

Text Example


Text Example

White with #CD0294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0294; }

 p { color: rgb(205,2,148); }

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

background-color css

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

 a { background-color: rgb(205,2,148); }

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

border-color css

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

 span { border-color: rgb(205,2,148); }

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