Html Css Color HEX #CD205E Ruby

📋 copy color: '#CD205E'

red 205 ◦ green 32 ◦ blue 94

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

Shades of Ruby #CD205E

Tints of Ruby #CD205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 61.93%
G = 9.67%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD205E (or 0xCD205E) is known color: Ruby. HEX triplet: CD, 20 and 5E. RGB value is (205,32,94). Sum of RGB (Red+Green+Blue) = 205+32+94=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD205E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD205E is #32DFA1. Grayscale: #5A5A5A. Windows color (decimal): -3334050 or 6168781. OLE color: 6168781.

HSL color Cylindrical-coordinate representation of color #CD205E: hue angle of 338.5º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD205E is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 32 94 -
CMYK 0 0.84 0.54 0.20
HSL 338.5º 0.73% 0.46% -
HSV(B) 338.5º 0.84% 0.8% -
XYZ 27.71 14.82 11.99 -
YUV 90.8 129.81 209.46 -
System Red Green Blue C M Y K H S L
Decimal 205 32 94 0 0.84 0.54 0.20 338.5 0.73 0.46
Hex CD 20 5E 0 54 36 14 152 49 2E
Octal 315 40 136 0 124 66 24 522 111 56
Binary 11001101 100000 1011110 0 1010100 110110 10100 101010010 1001001 101110

Color Harmonies of #CD205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD205E

Black with #CD205E

Text Example


Text Example

White with #CD205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD205E; }

 p { color: rgb(205,32,94); }

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

background-color css

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

 a { background-color: rgb(205,32,94); }

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

border-color css

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

 span { border-color: rgb(205,32,94); }

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