Html Css Color HEX #C3045F Jazzberry Jam

📋 copy color: '#C3045F'

red 195 ◦ green 4 ◦ blue 95

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

Shades of Jazzberry Jam #C3045F

Tints of Jazzberry Jam #C3045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

 BLUE value IS 95 (37.5% from 255) = 32.31%

R = 66.33%
G = 1.36%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3045F (or 0xC3045F) is known color: Jazzberry Jam. HEX triplet: C3, 04 and 5F. RGB value is (195,4,95). Sum of RGB (Red+Green+Blue) = 195+4+95=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3045F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3045F is #3CFBA0. Grayscale: #474747. Windows color (decimal): -3996577 or 6227139. OLE color: 6227139.

HSL color Cylindrical-coordinate representation of color #C3045F: hue angle of 331.41º degrees, saturation: 0.96, 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 #C3045F is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 4 95 -
CMYK 0 0.98 0.51 0.24
HSL 331.41º 0.96% 0.39% -
HSV(B) 331.41º 0.98% 0.76% -
XYZ 24.61 12.52 11.94 -
YUV 71.48 141.28 216.1 -
System Red Green Blue C M Y K H S L
Decimal 195 4 95 0 0.98 0.51 0.24 331.41 0.96 0.39
Hex C3 4 5F 0 62 33 18 14B 60 27
Octal 303 4 137 0 142 63 30 513 140 47
Binary 11000011 100 1011111 0 1100010 110011 11000 101001011 1100000 100111

Color Harmonies of #C3045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3045F

Black with #C3045F

Text Example


Text Example

White with #C3045F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3045F; }

 p { color: rgb(195,4,95); }

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

background-color css

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

 a { background-color: rgb(195,4,95); }

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

border-color css

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

 span { border-color: rgb(195,4,95); }

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