Html Css Color HEX #C10063 Jazzberry Jam

📋 copy color: '#C10063'

red 193 ◦ green 0 ◦ blue 99

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

Shades of Jazzberry Jam #C10063

Tints of Jazzberry Jam #C10063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.9%

R = 66.1%
G = 0%
B = 33.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C10063 (or 0xC10063) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 63. RGB value is (193,0,99). Sum of RGB (Red+Green+Blue) = 193+0+99=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C10063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10063 is #3EFF9C. Grayscale: #444444. Windows color (decimal): -4128669 or 6488257. OLE color: 6488257.

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

Color convert

RGB 193 0 99 -
CMYK 0 1 0.49 0.24
HSL 329.22º 1% 0.38% -
HSV(B) 329.22º 1% 0.76% -
XYZ 24.24 12.24 12.89 -
YUV 68.99 144.94 216.45 -
System Red Green Blue C M Y K H S L
Decimal 193 0 99 0 1 0.49 0.24 329.22 1 0.38
Hex C1 0 63 0 64 31 18 149 64 26
Octal 301 0 143 0 144 61 30 511 144 46
Binary 11000001 0 1100011 0 1100100 110001 11000 101001001 1100100 100110

Color Harmonies of #C10063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10063

Black with #C10063

Text Example


Text Example

White with #C10063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10063; }

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

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

background-color css

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

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

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

border-color css

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

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

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