Html Css Color HEX #CB046C Ruby

📋 copy color: '#CB046C'

red 203 ◦ green 4 ◦ blue 108

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

Shades of Ruby #CB046C

Tints of Ruby #CB046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 64.44%
G = 1.27%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB046C (or 0xCB046C) is known color: Ruby. HEX triplet: CB, 04 and 6C. RGB value is (203,4,108). Sum of RGB (Red+Green+Blue) = 203+4+108=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB046C is #34FB93. Grayscale: #4B4B4B. Windows color (decimal): -3472276 or 7079115. OLE color: 7079115.

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

Color convert

RGB 203 4 108 -
CMYK 0 0.98 0.47 0.20
HSL 328.64º 0.96% 0.41% -
HSV(B) 328.64º 0.98% 0.8% -
XYZ 27.38 13.87 15.42 -
YUV 75.36 146.43 219.04 -
System Red Green Blue C M Y K H S L
Decimal 203 4 108 0 0.98 0.47 0.20 328.64 0.96 0.41
Hex CB 4 6C 0 62 2F 14 149 60 29
Octal 313 4 154 0 142 57 24 511 140 51
Binary 11001011 100 1101100 0 1100010 101111 10100 101001001 1100000 101001

Color Harmonies of #CB046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB046C

Black with #CB046C

Text Example


Text Example

White with #CB046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB046C; }

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

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

background-color css

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

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

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

border-color css

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

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

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