Html Css Color HEX #C7015C Razzmatazz

📋 copy color: '#C7015C'

red 199 ◦ green 1 ◦ blue 92

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

Shades of Razzmatazz #C7015C

Tints of Razzmatazz #C7015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 92 (36.33% from 255) = 31.51%

R = 68.15%
G = 0.34%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7015C (or 0xC7015C) is known color: Razzmatazz. HEX triplet: C7, 01 and 5C. RGB value is (199,1,92). Sum of RGB (Red+Green+Blue) = 199+1+92=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C7015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7015C is #38FEA3. Grayscale: #464646. Windows color (decimal): -3735204 or 6029767. OLE color: 6029767.

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

Color convert

RGB 199 1 92 -
CMYK 0 0.99 0.54 0.22
HSL 332.42º 0.99% 0.39% -
HSV(B) 332.42º 0.99% 0.78% -
XYZ 25.5 12.94 11.28 -
YUV 70.58 140.1 219.6 -
System Red Green Blue C M Y K H S L
Decimal 199 1 92 0 0.99 0.54 0.22 332.42 0.99 0.39
Hex C7 1 5C 0 63 36 16 14C 63 27
Octal 307 1 134 0 143 66 26 514 143 47
Binary 11000111 1 1011100 0 1100011 110110 10110 101001100 1100011 100111

Color Harmonies of #C7015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7015C

Black with #C7015C

Text Example


Text Example

White with #C7015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7015C; }

 p { color: rgb(199,1,92); }

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

background-color css

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

 a { background-color: rgb(199,1,92); }

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

border-color css

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

 span { border-color: rgb(199,1,92); }

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