Html Css Color HEX #CD055E Ruby

📋 copy color: '#CD055E'

red 205 ◦ green 5 ◦ blue 94

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

Shades of Ruby #CD055E

Tints of Ruby #CD055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 67.43%
G = 1.64%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD055E (or 0xCD055E) is known color: Ruby. HEX triplet: CD, 05 and 5E. RGB value is (205,5,94). Sum of RGB (Red+Green+Blue) = 205+5+94=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD055E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD055E is #32FAA1. Grayscale: #4A4A4A. Windows color (decimal): -3340962 or 6161869. OLE color: 6161869.

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

Color convert

RGB 205 5 94 -
CMYK 0 0.98 0.54 0.20
HSL 333.3º 0.95% 0.41% -
HSV(B) 333.3º 0.98% 0.8% -
XYZ 27.25 13.9 11.84 -
YUV 74.95 138.76 220.76 -
System Red Green Blue C M Y K H S L
Decimal 205 5 94 0 0.98 0.54 0.20 333.3 0.95 0.41
Hex CD 5 5E 0 62 36 14 14D 5F 29
Octal 315 5 136 0 142 66 24 515 137 51
Binary 11001101 101 1011110 0 1100010 110110 10100 101001101 1011111 101001

Color Harmonies of #CD055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD055E

Black with #CD055E

Text Example


Text Example

White with #CD055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD055E; }

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

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

background-color css

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

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

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

border-color css

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

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

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