Html Css Color HEX #C60057 Razzmatazz

📋 copy color: '#C60057'

red 198 ◦ green 0 ◦ blue 87

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

Shades of Razzmatazz #C60057

Tints of Razzmatazz #C60057

RGB

 RED value IS 198 (77.73% from 255) = 69.47%

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

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

R = 69.47%
G = 0%
B = 30.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C60057 (or 0xC60057) is known color: Razzmatazz. HEX triplet: C6, 00 and 57. RGB value is (198,0,87). Sum of RGB (Red+Green+Blue) = 198+0+87=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C60057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60057 is #39FFA8. Grayscale: #444444. Windows color (decimal): -3801001 or 5701830. OLE color: 5701830.

HSL color Cylindrical-coordinate representation of color #C60057: hue angle of 333.64º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60057 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 87 -
CMYK 0 1 0.56 0.22
HSL 333.64º 1% 0.39% -
HSV(B) 333.64º 1% 0.78% -
XYZ 25.01 12.69 10.15 -
YUV 69.12 138.1 219.93 -
System Red Green Blue C M Y K H S L
Decimal 198 0 87 0 1 0.56 0.22 333.64 1 0.39
Hex C6 0 57 0 64 38 16 14E 64 27
Octal 306 0 127 0 144 70 26 516 144 47
Binary 11000110 0 1010111 0 1100100 111000 10110 101001110 1100100 100111

Color Harmonies of #C60057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60057

Black with #C60057

Text Example


Text Example

White with #C60057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60057; }

 p { color: rgb(198,0,87); }

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

background-color css

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

 a { background-color: rgb(198,0,87); }

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

border-color css

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

 span { border-color: rgb(198,0,87); }

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