Html Css Color HEX #CB045F Ruby

📋 copy color: '#CB045F'

red 203 ◦ green 4 ◦ blue 95

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

Shades of Ruby #CB045F

Tints of Ruby #CB045F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 67.22%
G = 1.32%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB045F (or 0xCB045F) is known color: Ruby. HEX triplet: CB, 04 and 5F. RGB value is (203,4,95). Sum of RGB (Red+Green+Blue) = 203+4+95=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB045F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB045F is #34FBA0. Grayscale: #494949. Windows color (decimal): -3472289 or 6227147. OLE color: 6227147.

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

Color convert

RGB 203 4 95 -
CMYK 0 0.98 0.53 0.20
HSL 332.56º 0.96% 0.41% -
HSV(B) 332.56º 0.98% 0.8% -
XYZ 26.74 13.61 12.04 -
YUV 73.88 139.93 220.1 -
System Red Green Blue C M Y K H S L
Decimal 203 4 95 0 0.98 0.53 0.20 332.56 0.96 0.41
Hex CB 4 5F 0 62 35 14 14D 60 29
Octal 313 4 137 0 142 65 24 515 140 51
Binary 11001011 100 1011111 0 1100010 110101 10100 101001101 1100000 101001

Color Harmonies of #CB045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB045F

Black with #CB045F

Text Example


Text Example

White with #CB045F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB045F; }

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

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

background-color css

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

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

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

border-color css

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

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

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