Html Css Color HEX #C0016B Jazzberry Jam

📋 copy color: '#C0016B'

red 192 ◦ green 1 ◦ blue 107

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

Shades of Jazzberry Jam #C0016B

Tints of Jazzberry Jam #C0016B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 64%
G = 0.33%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0016B (or 0xC0016B) is known color: Jazzberry Jam. HEX triplet: C0, 01 and 6B. RGB value is (192,1,107). Sum of RGB (Red+Green+Blue) = 192+1+107=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C0016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0016B is #3FFE94. Grayscale: #454545. Windows color (decimal): -4193941 or 7012800. OLE color: 7012800.

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

Color convert

RGB 192 1 107 -
CMYK 0 0.99 0.44 0.25
HSL 326.7º 0.99% 0.38% -
HSV(B) 326.7º 0.99% 0.75% -
XYZ 24.4 12.29 15 -
YUV 70.19 148.78 214.88 -
System Red Green Blue C M Y K H S L
Decimal 192 1 107 0 0.99 0.44 0.25 326.7 0.99 0.38
Hex C0 1 6B 0 63 2C 19 147 63 26
Octal 300 1 153 0 143 54 31 507 143 46
Binary 11000000 1 1101011 0 1100011 101100 11001 101000111 1100011 100110

Color Harmonies of #C0016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0016B

Black with #C0016B

Text Example


Text Example

White with #C0016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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