Html Css Color HEX #C1015D Jazzberry Jam

📋 copy color: '#C1015D'

red 193 ◦ green 1 ◦ blue 93

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

Shades of Jazzberry Jam #C1015D

Tints of Jazzberry Jam #C1015D

RGB

 RED value IS 193 (75.78% from 255) = 67.25%

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

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

R = 67.25%
G = 0.35%
B = 32.4%

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

#C1015D (or 0xC1015D) is known color: Jazzberry Jam. HEX triplet: C1, 01 and 5D. RGB value is (193,1,93). Sum of RGB (Red+Green+Blue) = 193+1+93=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C1015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1015D is #3EFEA2. Grayscale: #444444. Windows color (decimal): -4128419 or 6095297. OLE color: 6095297.

HSL color Cylindrical-coordinate representation of color #C1015D: hue angle of 331.25º 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 #C1015D is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 1 93 -
CMYK 0 0.99 0.52 0.24
HSL 331.25º 0.99% 0.38% -
HSV(B) 331.25º 0.99% 0.76% -
XYZ 23.98 12.15 11.44 -
YUV 68.9 141.61 216.52 -
System Red Green Blue C M Y K H S L
Decimal 193 1 93 0 0.99 0.52 0.24 331.25 0.99 0.38
Hex C1 1 5D 0 63 34 18 14B 63 26
Octal 301 1 135 0 143 64 30 513 143 46
Binary 11000001 1 1011101 0 1100011 110100 11000 101001011 1100011 100110

Color Harmonies of #C1015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1015D

Black with #C1015D

Text Example


Text Example

White with #C1015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1015D; }

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

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

background-color css

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

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

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

border-color css

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

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

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