Html Css Color HEX #C01063 Jazzberry Jam

📋 copy color: '#C01063'

red 192 ◦ green 16 ◦ blue 99

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

Shades of Jazzberry Jam #C01063

Tints of Jazzberry Jam #C01063

RGB

 RED value IS 192 (75.39% from 255) = 62.54%

 GREEN value IS 16 (6.64% from 255) = 5.21%

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

R = 62.54%
G = 5.21%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C01063 (or 0xC01063) is known color: Jazzberry Jam. HEX triplet: C0, 10 and 63. RGB value is (192,16,99). Sum of RGB (Red+Green+Blue) = 192+16+99=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C01063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01063 is #3FEF9C. Grayscale: #4D4D4D. Windows color (decimal): -4190109 or 6492352. OLE color: 6492352.

HSL color Cylindrical-coordinate representation of color #C01063: hue angle of 331.7º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01063 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 16 99 -
CMYK 0 0.92 0.48 0.25
HSL 331.7º 0.85% 0.41% -
HSV(B) 331.7º 0.92% 0.75% -
XYZ 24.18 12.48 12.94 -
YUV 78.09 139.81 209.25 -
System Red Green Blue C M Y K H S L
Decimal 192 16 99 0 0.92 0.48 0.25 331.7 0.85 0.41
Hex C0 10 63 0 5C 30 19 14C 55 29
Octal 300 20 143 0 134 60 31 514 125 51
Binary 11000000 10000 1100011 0 1011100 110000 11001 101001100 1010101 101001

Color Harmonies of #C01063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01063

Black with #C01063

Text Example


Text Example

White with #C01063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01063; }

 p { color: rgb(192,16,99); }

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

background-color css

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

 a { background-color: rgb(192,16,99); }

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

border-color css

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

 span { border-color: rgb(192,16,99); }

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