Html Css Color HEX #C40257 Razzmatazz

📋 copy color: '#C40257'

red 196 ◦ green 2 ◦ blue 87

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

Shades of Razzmatazz #C40257

Tints of Razzmatazz #C40257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.53%

R = 68.77%
G = 0.7%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C40257 (or 0xC40257) is known color: Razzmatazz. HEX triplet: C4, 02 and 57. RGB value is (196,2,87). Sum of RGB (Red+Green+Blue) = 196+2+87=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C40257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40257 is #3BFDA8. Grayscale: #454545. Windows color (decimal): -3931561 or 5702340. OLE color: 5702340.

HSL color Cylindrical-coordinate representation of color #C40257: hue angle of 333.71º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40257 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 87 -
CMYK 0 0.99 0.56 0.23
HSL 333.71º 0.98% 0.39% -
HSV(B) 333.71º 0.99% 0.77% -
XYZ 24.51 12.47 10.13 -
YUV 69.7 137.77 218.09 -
System Red Green Blue C M Y K H S L
Decimal 196 2 87 0 0.99 0.56 0.23 333.71 0.98 0.39
Hex C4 2 57 0 63 38 17 14E 62 27
Octal 304 2 127 0 143 70 27 516 142 47
Binary 11000100 10 1010111 0 1100011 111000 10111 101001110 1100010 100111

Color Harmonies of #C40257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40257

Black with #C40257

Text Example


Text Example

White with #C40257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40257; }

 p { color: rgb(196,2,87); }

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

background-color css

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

 a { background-color: rgb(196,2,87); }

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

border-color css

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

 span { border-color: rgb(196,2,87); }

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