Html Css Color HEX #C7025A Razzmatazz

📋 copy color: '#C7025A'

red 199 ◦ green 2 ◦ blue 90

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

Shades of Razzmatazz #C7025A

Tints of Razzmatazz #C7025A

RGB

 RED value IS 199 (78.13% from 255) = 68.38%

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

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

R = 68.38%
G = 0.69%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7025A (or 0xC7025A) is known color: Razzmatazz. HEX triplet: C7, 02 and 5A. RGB value is (199,2,90). Sum of RGB (Red+Green+Blue) = 199+2+90=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C7025A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7025A is #38FDA5. Grayscale: #464646. Windows color (decimal): -3734950 or 5898951. OLE color: 5898951.

HSL color Cylindrical-coordinate representation of color #C7025A: hue angle of 333.2º 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 #C7025A is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 90 -
CMYK 0 0.99 0.55 0.22
HSL 333.2º 0.98% 0.39% -
HSV(B) 333.2º 0.99% 0.78% -
XYZ 25.42 12.92 10.83 -
YUV 70.94 138.77 219.34 -
System Red Green Blue C M Y K H S L
Decimal 199 2 90 0 0.99 0.55 0.22 333.2 0.98 0.39
Hex C7 2 5A 0 63 37 16 14D 62 27
Octal 307 2 132 0 143 67 26 515 142 47
Binary 11000111 10 1011010 0 1100011 110111 10110 101001101 1100010 100111

Color Harmonies of #C7025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7025A

Black with #C7025A

Text Example


Text Example

White with #C7025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7025A; }

 p { color: rgb(199,2,90); }

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

background-color css

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

 a { background-color: rgb(199,2,90); }

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

border-color css

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

 span { border-color: rgb(199,2,90); }

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