Html Css Color HEX #CD0363 Ruby

📋 copy color: '#CD0363'

red 205 ◦ green 3 ◦ blue 99

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

Shades of Ruby #CD0363

Tints of Ruby #CD0363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.25%

R = 66.78%
G = 0.98%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD0363 (or 0xCD0363) is known color: Ruby. HEX triplet: CD, 03 and 63. RGB value is (205,3,99). Sum of RGB (Red+Green+Blue) = 205+3+99=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0363 is #32FC9C. Grayscale: #4A4A4A. Windows color (decimal): -3341469 or 6489037. OLE color: 6489037.

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

Color convert

RGB 205 3 99 -
CMYK 0 0.99 0.52 0.20
HSL 331.49º 0.97% 0.41% -
HSV(B) 331.49º 0.99% 0.8% -
XYZ 27.46 13.95 13.05 -
YUV 74.34 141.92 221.19 -
System Red Green Blue C M Y K H S L
Decimal 205 3 99 0 0.99 0.52 0.20 331.49 0.97 0.41
Hex CD 3 63 0 63 34 14 14B 61 29
Octal 315 3 143 0 143 64 24 513 141 51
Binary 11001101 11 1100011 0 1100011 110100 10100 101001011 1100001 101001

Color Harmonies of #CD0363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0363

Black with #CD0363

Text Example


Text Example

White with #CD0363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0363; }

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

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

background-color css

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

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

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

border-color css

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

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

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