Html Css Color HEX #C30267 Jazzberry Jam

📋 copy color: '#C30267'

red 195 ◦ green 2 ◦ blue 103

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

Shades of Jazzberry Jam #C30267

Tints of Jazzberry Jam #C30267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.33%

R = 65%
G = 0.67%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C30267 (or 0xC30267) is known color: Jazzberry Jam. HEX triplet: C3, 02 and 67. RGB value is (195,2,103). Sum of RGB (Red+Green+Blue) = 195+2+103=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C30267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30267 is #3CFD98. Grayscale: #474747. Windows color (decimal): -3997081 or 6750915. OLE color: 6750915.

HSL color Cylindrical-coordinate representation of color #C30267: hue angle of 328.6º 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 #C30267 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 2 103 -
CMYK 0 0.99 0.47 0.24
HSL 328.6º 0.98% 0.39% -
HSV(B) 328.6º 0.99% 0.76% -
XYZ 24.98 12.62 13.95 -
YUV 71.22 145.94 216.29 -
System Red Green Blue C M Y K H S L
Decimal 195 2 103 0 0.99 0.47 0.24 328.6 0.98 0.39
Hex C3 2 67 0 63 2F 18 149 62 27
Octal 303 2 147 0 143 57 30 511 142 47
Binary 11000011 10 1100111 0 1100011 101111 11000 101001001 1100010 100111

Color Harmonies of #C30267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30267

Black with #C30267

Text Example


Text Example

White with #C30267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30267; }

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

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

background-color css

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

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

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

border-color css

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

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

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