Html Css Color HEX #C3015D Jazzberry Jam

📋 copy color: '#C3015D'

red 195 ◦ green 1 ◦ blue 93

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

Shades of Jazzberry Jam #C3015D

Tints of Jazzberry Jam #C3015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 67.47%
G = 0.35%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3015D (or 0xC3015D) is known color: Jazzberry Jam. HEX triplet: C3, 01 and 5D. RGB value is (195,1,93). Sum of RGB (Red+Green+Blue) = 195+1+93=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C3015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3015D is #3CFEA2. Grayscale: #454545. Windows color (decimal): -3997347 or 6095299. OLE color: 6095299.

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

Color convert

RGB 195 1 93 -
CMYK 0 0.99 0.52 0.24
HSL 331.55º 0.99% 0.38% -
HSV(B) 331.55º 0.99% 0.76% -
XYZ 24.49 12.41 11.46 -
YUV 69.49 141.27 217.52 -
System Red Green Blue C M Y K H S L
Decimal 195 1 93 0 0.99 0.52 0.24 331.55 0.99 0.38
Hex C3 1 5D 0 63 34 18 14C 63 26
Octal 303 1 135 0 143 64 30 514 143 46
Binary 11000011 1 1011101 0 1100011 110100 11000 101001100 1100011 100110

Color Harmonies of #C3015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3015D

Black with #C3015D

Text Example


Text Example

White with #C3015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3015D; }

 p { color: rgb(195,1,93); }

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

background-color css

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

 a { background-color: rgb(195,1,93); }

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

border-color css

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

 span { border-color: rgb(195,1,93); }

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