Html Css Color HEX #C3034F Razzmatazz

📋 copy color: '#C3034F'

red 195 ◦ green 3 ◦ blue 79

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

Shades of Razzmatazz #C3034F

Tints of Razzmatazz #C3034F

RGB

 RED value IS 195 (76.56% from 255) = 70.4%

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

 BLUE value IS 79 (31.25% from 255) = 28.52%

R = 70.4%
G = 1.08%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3034F (or 0xC3034F) is known color: Razzmatazz. HEX triplet: C3, 03 and 4F. RGB value is (195,3,79). Sum of RGB (Red+Green+Blue) = 195+3+79=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C3034F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3034F is #3CFCB0. Grayscale: #444444. Windows color (decimal): -3996849 or 5178307. OLE color: 5178307.

HSL color Cylindrical-coordinate representation of color #C3034F: hue angle of 336.25º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3034F is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 3 79 -
CMYK 0 0.98 0.59 0.24
HSL 336.25º 0.97% 0.39% -
HSV(B) 336.25º 0.98% 0.76% -
XYZ 23.95 12.23 8.5 -
YUV 69.07 133.61 217.82 -
System Red Green Blue C M Y K H S L
Decimal 195 3 79 0 0.98 0.59 0.24 336.25 0.97 0.39
Hex C3 3 4F 0 62 3B 18 150 61 27
Octal 303 3 117 0 142 73 30 520 141 47
Binary 11000011 11 1001111 0 1100010 111011 11000 101010000 1100001 100111

Color Harmonies of #C3034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3034F

Black with #C3034F

Text Example


Text Example

White with #C3034F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3034F; }

 p { color: rgb(195,3,79); }

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

background-color css

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

 a { background-color: rgb(195,3,79); }

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

border-color css

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

 span { border-color: rgb(195,3,79); }

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