Html Css Color HEX #C01A63 Jazzberry Jam

📋 copy color: '#C01A63'

red 192 ◦ green 26 ◦ blue 99

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

Shades of Jazzberry Jam #C01A63

Tints of Jazzberry Jam #C01A63

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.2%

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

R = 60.57%
G = 8.2%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C01A63 (or 0xC01A63) is known color: Jazzberry Jam. HEX triplet: C0, 1A and 63. RGB value is (192,26,99). Sum of RGB (Red+Green+Blue) = 192+26+99=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A63 is #3FE59C. Grayscale: #535353. Windows color (decimal): -4187549 or 6494912. OLE color: 6494912.

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

Color convert

RGB 192 26 99 -
CMYK 0 0.86 0.48 0.25
HSL 333.61º 0.76% 0.43% -
HSV(B) 333.61º 0.86% 0.75% -
XYZ 24.36 12.85 13 -
YUV 83.96 136.5 205.06 -
System Red Green Blue C M Y K H S L
Decimal 192 26 99 0 0.86 0.48 0.25 333.61 0.76 0.43
Hex C0 1A 63 0 56 30 19 14E 4C 2B
Octal 300 32 143 0 126 60 31 516 114 53
Binary 11000000 11010 1100011 0 1010110 110000 11001 101001110 1001100 101011

Color Harmonies of #C01A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A63

Black with #C01A63

Text Example


Text Example

White with #C01A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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