Html Css Color HEX #CB025F Ruby

📋 copy color: '#CB025F'

red 203 ◦ green 2 ◦ blue 95

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

Shades of Ruby #CB025F

Tints of Ruby #CB025F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 67.67%
G = 0.67%
B = 31.67%

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

#CB025F (or 0xCB025F) is known color: Ruby. HEX triplet: CB, 02 and 5F. RGB value is (203,2,95). Sum of RGB (Red+Green+Blue) = 203+2+95=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB025F is #34FDA0. Grayscale: #484848. Windows color (decimal): -3472801 or 6226635. OLE color: 6226635.

HSL color Cylindrical-coordinate representation of color #CB025F: hue angle of 332.24º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB025F is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 2 95 -
CMYK 0 0.99 0.53 0.20
HSL 332.24º 0.98% 0.4% -
HSV(B) 332.24º 0.99% 0.8% -
XYZ 26.72 13.57 12.04 -
YUV 72.7 140.59 220.94 -
System Red Green Blue C M Y K H S L
Decimal 203 2 95 0 0.99 0.53 0.20 332.24 0.98 0.4
Hex CB 2 5F 0 63 35 14 14C 62 28
Octal 313 2 137 0 143 65 24 514 142 50
Binary 11001011 10 1011111 0 1100011 110101 10100 101001100 1100010 101000

Color Harmonies of #CB025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB025F

Black with #CB025F

Text Example


Text Example

White with #CB025F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB025F; }

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

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

background-color css

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

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

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

border-color css

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

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

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