Html Css Color HEX #C40055 Razzmatazz

📋 copy color: '#C40055'

red 196 ◦ green 0 ◦ blue 85

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

Shades of Razzmatazz #C40055

Tints of Razzmatazz #C40055

RGB

 RED value IS 196 (76.95% from 255) = 69.75%

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

 BLUE value IS 85 (33.59% from 255) = 30.25%

R = 69.75%
G = 0%
B = 30.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C40055 (or 0xC40055) is known color: Razzmatazz. HEX triplet: C4, 00 and 55. RGB value is (196,0,85). Sum of RGB (Red+Green+Blue) = 196+0+85=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C40055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40055 is #3BFFAA. Grayscale: #444444. Windows color (decimal): -3932075 or 5570756. OLE color: 5570756.

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

Color convert

RGB 196 0 85 -
CMYK 0 1 0.57 0.23
HSL 333.98º 1% 0.38% -
HSV(B) 333.98º 1% 0.77% -
XYZ 24.4 12.39 9.7 -
YUV 68.29 137.43 219.09 -
System Red Green Blue C M Y K H S L
Decimal 196 0 85 0 1 0.57 0.23 333.98 1 0.38
Hex C4 0 55 0 64 39 17 14E 64 26
Octal 304 0 125 0 144 71 27 516 144 46
Binary 11000100 0 1010101 0 1100100 111001 10111 101001110 1100100 100110

Color Harmonies of #C40055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40055

Black with #C40055

Text Example


Text Example

White with #C40055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40055; }

 p { color: rgb(196,0,85); }

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

background-color css

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

 a { background-color: rgb(196,0,85); }

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

border-color css

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

 span { border-color: rgb(196,0,85); }

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