Html Css Color HEX #C00258 Jazzberry Jam

📋 copy color: '#C00258'

red 192 ◦ green 2 ◦ blue 88

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

Shades of Jazzberry Jam #C00258

Tints of Jazzberry Jam #C00258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 88 (34.77% from 255) = 31.21%

R = 68.09%
G = 0.71%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C00258 (or 0xC00258) is known color: Jazzberry Jam. HEX triplet: C0, 02 and 58. RGB value is (192,2,88). Sum of RGB (Red+Green+Blue) = 192+2+88=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C00258 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00258 is #3FFDA7. Grayscale: #444444. Windows color (decimal): -4193704 or 5767872. OLE color: 5767872.

HSL color Cylindrical-coordinate representation of color #C00258: hue angle of 332.84º degrees, saturation: 0.98, 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 #C00258 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 88 -
CMYK 0 0.99 0.54 0.25
HSL 332.84º 0.98% 0.38% -
HSV(B) 332.84º 0.99% 0.75% -
XYZ 23.52 11.95 10.3 -
YUV 68.61 138.95 216.01 -
System Red Green Blue C M Y K H S L
Decimal 192 2 88 0 0.99 0.54 0.25 332.84 0.98 0.38
Hex C0 2 58 0 63 36 19 14D 62 26
Octal 300 2 130 0 143 66 31 515 142 46
Binary 11000000 10 1011000 0 1100011 110110 11001 101001101 1100010 100110

Color Harmonies of #C00258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00258

Black with #C00258

Text Example


Text Example

White with #C00258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00258; }

 p { color: rgb(192,2,88); }

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

background-color css

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

 a { background-color: rgb(192,2,88); }

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

border-color css

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

 span { border-color: rgb(192,2,88); }

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