Html Css Color HEX #CD0361 Ruby

📋 copy color: '#CD0361'

red 205 ◦ green 3 ◦ blue 97

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

Shades of Ruby #CD0361

Tints of Ruby #CD0361

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

 BLUE value IS 97 (38.28% from 255) = 31.8%

R = 67.21%
G = 0.98%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CD0361 (or 0xCD0361) is known color: Ruby. HEX triplet: CD, 03 and 61. RGB value is (205,3,97). Sum of RGB (Red+Green+Blue) = 205+3+97=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0361 is #32FC9E. Grayscale: #494949. Windows color (decimal): -3341471 or 6357965. OLE color: 6357965.

HSL color Cylindrical-coordinate representation of color #CD0361: hue angle of 332.08º degrees, saturation: 0.97, 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 #CD0361 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 3 97 -
CMYK 0 0.99 0.53 0.20
HSL 332.08º 0.97% 0.41% -
HSV(B) 332.08º 0.99% 0.8% -
XYZ 27.37 13.91 12.55 -
YUV 74.11 140.92 221.36 -
System Red Green Blue C M Y K H S L
Decimal 205 3 97 0 0.99 0.53 0.20 332.08 0.97 0.41
Hex CD 3 61 0 63 35 14 14C 61 29
Octal 315 3 141 0 143 65 24 514 141 51
Binary 11001101 11 1100001 0 1100011 110101 10100 101001100 1100001 101001

Color Harmonies of #CD0361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0361

Black with #CD0361

Text Example


Text Example

White with #CD0361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0361; }

 p { color: rgb(205,3,97); }

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

background-color css

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

 a { background-color: rgb(205,3,97); }

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

border-color css

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

 span { border-color: rgb(205,3,97); }

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