Html Css Color HEX #C3075E Jazzberry Jam

📋 copy color: '#C3075E'

red 195 ◦ green 7 ◦ blue 94

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

Shades of Jazzberry Jam #C3075E

Tints of Jazzberry Jam #C3075E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 65.88%
G = 2.36%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3075E (or 0xC3075E) is known color: Jazzberry Jam. HEX triplet: C3, 07 and 5E. RGB value is (195,7,94). Sum of RGB (Red+Green+Blue) = 195+7+94=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C3075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3075E is #3CF8A1. Grayscale: #484848. Windows color (decimal): -3995810 or 6162371. OLE color: 6162371.

HSL color Cylindrical-coordinate representation of color #C3075E: hue angle of 332.23º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3075E is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 7 94 -
CMYK 0 0.96 0.52 0.24
HSL 332.23º 0.93% 0.4% -
HSV(B) 332.23º 0.96% 0.76% -
XYZ 24.6 12.56 11.72 -
YUV 73.13 139.78 214.93 -
System Red Green Blue C M Y K H S L
Decimal 195 7 94 0 0.96 0.52 0.24 332.23 0.93 0.4
Hex C3 7 5E 0 60 34 18 14C 5D 28
Octal 303 7 136 0 140 64 30 514 135 50
Binary 11000011 111 1011110 0 1100000 110100 11000 101001100 1011101 101000

Color Harmonies of #C3075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3075E

Black with #C3075E

Text Example


Text Example

White with #C3075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3075E; }

 p { color: rgb(195,7,94); }

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

background-color css

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

 a { background-color: rgb(195,7,94); }

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

border-color css

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

 span { border-color: rgb(195,7,94); }

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