Html Css Color HEX #C01263 Jazzberry Jam

📋 copy color: '#C01263'

red 192 ◦ green 18 ◦ blue 99

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

Shades of Jazzberry Jam #C01263

Tints of Jazzberry Jam #C01263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.83%

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

R = 62.14%
G = 5.83%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C01263 (or 0xC01263) is known color: Jazzberry Jam. HEX triplet: C0, 12 and 63. RGB value is (192,18,99). Sum of RGB (Red+Green+Blue) = 192+18+99=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C01263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01263 is #3FED9C. Grayscale: #4F4F4F. Windows color (decimal): -4189597 or 6492864. OLE color: 6492864.

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

Color convert

RGB 192 18 99 -
CMYK 0 0.91 0.48 0.25
HSL 332.07º 0.83% 0.41% -
HSV(B) 332.07º 0.91% 0.75% -
XYZ 24.21 12.54 12.95 -
YUV 79.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 192 18 99 0 0.91 0.48 0.25 332.07 0.83 0.41
Hex C0 12 63 0 5B 30 19 14C 53 29
Octal 300 22 143 0 133 60 31 514 123 51
Binary 11000000 10010 1100011 0 1011011 110000 11001 101001100 1010011 101001

Color Harmonies of #C01263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01263

Black with #C01263

Text Example


Text Example

White with #C01263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01263; }

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

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

background-color css

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

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

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

border-color css

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

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

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