Html Css Color HEX #C0046B Jazzberry Jam

📋 copy color: '#C0046B'

red 192 ◦ green 4 ◦ blue 107

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

Shades of Jazzberry Jam #C0046B

Tints of Jazzberry Jam #C0046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 63.37%
G = 1.32%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0046B (or 0xC0046B) is known color: Jazzberry Jam. HEX triplet: C0, 04 and 6B. RGB value is (192,4,107). Sum of RGB (Red+Green+Blue) = 192+4+107=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0046B is #3FFB94. Grayscale: #474747. Windows color (decimal): -4193173 or 7013568. OLE color: 7013568.

HSL color Cylindrical-coordinate representation of color #C0046B: hue angle of 327.13º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0046B is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 107 -
CMYK 0 0.98 0.44 0.25
HSL 327.13º 0.96% 0.38% -
HSV(B) 327.13º 0.98% 0.75% -
XYZ 24.44 12.35 15.01 -
YUV 71.95 147.78 213.62 -
System Red Green Blue C M Y K H S L
Decimal 192 4 107 0 0.98 0.44 0.25 327.13 0.96 0.38
Hex C0 4 6B 0 62 2C 19 147 60 26
Octal 300 4 153 0 142 54 31 507 140 46
Binary 11000000 100 1101011 0 1100010 101100 11001 101000111 1100000 100110

Color Harmonies of #C0046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0046B

Black with #C0046B

Text Example


Text Example

White with #C0046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0046B; }

 p { color: rgb(192,4,107); }

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

background-color css

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

 a { background-color: rgb(192,4,107); }

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

border-color css

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

 span { border-color: rgb(192,4,107); }

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