Html Css Color HEX #C1005E Jazzberry Jam

📋 copy color: '#C1005E'

red 193 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #C1005E

Tints of Jazzberry Jam #C1005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.25%
G = 0%
B = 32.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1005E (or 0xC1005E) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 5E. RGB value is (193,0,94). Sum of RGB (Red+Green+Blue) = 193+0+94=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C1005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1005E is #3EFFA1. Grayscale: #444444. Windows color (decimal): -4128674 or 6160577. OLE color: 6160577.

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

Color convert

RGB 193 0 94 -
CMYK 0 1 0.51 0.24
HSL 330.78º 1% 0.38% -
HSV(B) 330.78º 1% 0.76% -
XYZ 24.01 12.15 11.67 -
YUV 68.42 142.44 216.86 -
System Red Green Blue C M Y K H S L
Decimal 193 0 94 0 1 0.51 0.24 330.78 1 0.38
Hex C1 0 5E 0 64 33 18 14B 64 26
Octal 301 0 136 0 144 63 30 513 144 46
Binary 11000001 0 1011110 0 1100100 110011 11000 101001011 1100100 100110

Color Harmonies of #C1005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1005E

Black with #C1005E

Text Example


Text Example

White with #C1005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1005E; }

 p { color: rgb(193,0,94); }

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

background-color css

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

 a { background-color: rgb(193,0,94); }

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

border-color css

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

 span { border-color: rgb(193,0,94); }

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