Html Css Color HEX #C9035A Razzmatazz

📋 copy color: '#C9035A'

red 201 ◦ green 3 ◦ blue 90

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

Shades of Razzmatazz #C9035A

Tints of Razzmatazz #C9035A

RGB

 RED value IS 201 (78.91% from 255) = 68.37%

 GREEN value IS 3 (1.56% from 255) = 1.02%

 BLUE value IS 90 (35.55% from 255) = 30.61%

R = 68.37%
G = 1.02%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9035A (or 0xC9035A) is known color: Razzmatazz. HEX triplet: C9, 03 and 5A. RGB value is (201,3,90). Sum of RGB (Red+Green+Blue) = 201+3+90=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C9035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9035A is #36FCA5. Grayscale: #474747. Windows color (decimal): -3603622 or 5899209. OLE color: 5899209.

HSL color Cylindrical-coordinate representation of color #C9035A: hue angle of 333.64º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9035A is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 3 90 -
CMYK 0 0.99 0.55 0.21
HSL 333.64º 0.97% 0.4% -
HSV(B) 333.64º 0.99% 0.79% -
XYZ 25.97 13.22 10.86 -
YUV 72.12 138.1 219.93 -
System Red Green Blue C M Y K H S L
Decimal 201 3 90 0 0.99 0.55 0.21 333.64 0.97 0.4
Hex C9 3 5A 0 63 37 15 14E 61 28
Octal 311 3 132 0 143 67 25 516 141 50
Binary 11001001 11 1011010 0 1100011 110111 10101 101001110 1100001 101000

Color Harmonies of #C9035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9035A

Black with #C9035A

Text Example


Text Example

White with #C9035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9035A; }

 p { color: rgb(201,3,90); }

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

background-color css

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

 a { background-color: rgb(201,3,90); }

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

border-color css

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

 span { border-color: rgb(201,3,90); }

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