Html Css Color HEX #C3025E Jazzberry Jam

📋 copy color: '#C3025E'

red 195 ◦ green 2 ◦ blue 94

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

Shades of Jazzberry Jam #C3025E

Tints of Jazzberry Jam #C3025E

RGB

 RED value IS 195 (76.56% from 255) = 67.01%

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

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 67.01%
G = 0.69%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3025E (or 0xC3025E) is known color: Jazzberry Jam. HEX triplet: C3, 02 and 5E. RGB value is (195,2,94). Sum of RGB (Red+Green+Blue) = 195+2+94=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3025E is #3CFDA1. Grayscale: #464646. Windows color (decimal): -3997090 or 6161091. OLE color: 6161091.

HSL color Cylindrical-coordinate representation of color #C3025E: hue angle of 331.4º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3025E is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 2 94 -
CMYK 0 0.99 0.52 0.24
HSL 331.4º 0.98% 0.39% -
HSV(B) 331.4º 0.99% 0.76% -
XYZ 24.55 12.45 11.7 -
YUV 70.2 141.44 217.02 -
System Red Green Blue C M Y K H S L
Decimal 195 2 94 0 0.99 0.52 0.24 331.4 0.98 0.39
Hex C3 2 5E 0 63 34 18 14B 62 27
Octal 303 2 136 0 143 64 30 513 142 47
Binary 11000011 10 1011110 0 1100011 110100 11000 101001011 1100010 100111

Color Harmonies of #C3025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3025E

Black with #C3025E

Text Example


Text Example

White with #C3025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3025E; }

 p { color: rgb(195,2,94); }

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

background-color css

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

 a { background-color: rgb(195,2,94); }

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

border-color css

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

 span { border-color: rgb(195,2,94); }

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