Html Css Color HEX #CB045E Ruby

📋 copy color: '#CB045E'

red 203 ◦ green 4 ◦ blue 94

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

Shades of Ruby #CB045E

Tints of Ruby #CB045E

RGB

 RED value IS 203 (79.69% from 255) = 67.44%

 GREEN value IS 4 (1.95% from 255) = 1.33%

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

R = 67.44%
G = 1.33%
B = 31.23%

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

#CB045E (or 0xCB045E) is known color: Ruby. HEX triplet: CB, 04 and 5E. RGB value is (203,4,94). Sum of RGB (Red+Green+Blue) = 203+4+94=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB045E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB045E is #34FBA1. Grayscale: #494949. Windows color (decimal): -3472290 or 6161611. OLE color: 6161611.

HSL color Cylindrical-coordinate representation of color #CB045E: hue angle of 332.86º degrees, saturation: 0.96, 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 #CB045E is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 4 94 -
CMYK 0 0.98 0.54 0.20
HSL 332.86º 0.96% 0.41% -
HSV(B) 332.86º 0.98% 0.8% -
XYZ 26.69 13.59 11.81 -
YUV 73.76 139.43 220.18 -
System Red Green Blue C M Y K H S L
Decimal 203 4 94 0 0.98 0.54 0.20 332.86 0.96 0.41
Hex CB 4 5E 0 62 36 14 14D 60 29
Octal 313 4 136 0 142 66 24 515 140 51
Binary 11001011 100 1011110 0 1100010 110110 10100 101001101 1100000 101001

Color Harmonies of #CB045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB045E

Black with #CB045E

Text Example


Text Example

White with #CB045E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB045E; }

 p { color: rgb(203,4,94); }

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

background-color css

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

 a { background-color: rgb(203,4,94); }

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

border-color css

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

 span { border-color: rgb(203,4,94); }

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