Html Css Color HEX #CB0058 Razzmatazz

📋 copy color: '#CB0058'

red 203 ◦ green 0 ◦ blue 88

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

Shades of Razzmatazz #CB0058

Tints of Razzmatazz #CB0058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 88 (34.77% from 255) = 30.24%

R = 69.76%
G = 0%
B = 30.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB0058 (or 0xCB0058) is known color: Razzmatazz. HEX triplet: CB, 00 and 58. RGB value is (203,0,88). Sum of RGB (Red+Green+Blue) = 203+0+88=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0058 is #34FFA7. Grayscale: #464646. Windows color (decimal): -3473320 or 5767371. OLE color: 5767371.

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

Color convert

RGB 203 0 88 -
CMYK 0 1 0.57 0.20
HSL 333.99º 1% 0.4% -
HSV(B) 333.99º 1% 0.8% -
XYZ 26.39 13.4 10.43 -
YUV 70.73 137.75 222.34 -
System Red Green Blue C M Y K H S L
Decimal 203 0 88 0 1 0.57 0.20 333.99 1 0.4
Hex CB 0 58 0 64 39 14 14E 64 28
Octal 313 0 130 0 144 71 24 516 144 50
Binary 11001011 0 1011000 0 1100100 111001 10100 101001110 1100100 101000

Color Harmonies of #CB0058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0058

Black with #CB0058

Text Example


Text Example

White with #CB0058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0058; }

 p { color: rgb(203,0,88); }

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

background-color css

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

 a { background-color: rgb(203,0,88); }

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

border-color css

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

 span { border-color: rgb(203,0,88); }

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