Html Css Color HEX #C60255 Razzmatazz

📋 copy color: '#C60255'

red 198 ◦ green 2 ◦ blue 85

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

Shades of Razzmatazz #C60255

Tints of Razzmatazz #C60255

RGB

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

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

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

R = 69.47%
G = 0.7%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C60255 (or 0xC60255) is known color: Razzmatazz. HEX triplet: C6, 02 and 55. RGB value is (198,2,85). Sum of RGB (Red+Green+Blue) = 198+2+85=285 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.47% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 198 - color contains mainly: red. Hex color #C60255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60255 is #39FDAA. Grayscale: #454545. Windows color (decimal): -3800491 or 5571270. OLE color: 5571270.

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

Color convert

RGB 198 2 85 -
CMYK 0 0.99 0.57 0.22
HSL 334.59º 0.98% 0.39% -
HSV(B) 334.59º 0.99% 0.78% -
XYZ 24.95 12.71 9.73 -
YUV 70.07 136.43 219.25 -
System Red Green Blue C M Y K H S L
Decimal 198 2 85 0 0.99 0.57 0.22 334.59 0.98 0.39
Hex C6 2 55 0 63 39 16 14F 62 27
Octal 306 2 125 0 143 71 26 517 142 47
Binary 11000110 10 1010101 0 1100011 111001 10110 101001111 1100010 100111

Color Harmonies of #C60255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60255

Black with #C60255

Text Example


Text Example

White with #C60255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60255; }

 p { color: rgb(198,2,85); }

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

background-color css

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

 a { background-color: rgb(198,2,85); }

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

border-color css

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

 span { border-color: rgb(198,2,85); }

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