Html Css Color HEX #CC3F75 Cranberry

📋 copy color: '#CC3F75'

red 204 ◦ green 63 ◦ blue 117

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

Shades of Cranberry #CC3F75

Tints of Cranberry #CC3F75

RGB

 RED value IS 204 (80.08% from 255) = 53.13%

 GREEN value IS 63 (25% from 255) = 16.41%

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 53.13%
G = 16.41%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC3F75 (or 0xCC3F75) is known color: Cranberry. HEX triplet: CC, 3F and 75. RGB value is (204,63,117). Sum of RGB (Red+Green+Blue) = 204+63+117=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3F75 is #33C08A. Grayscale: #6F6F6F. Windows color (decimal): -3391627 or 7684044. OLE color: 7684044.

HSL color Cylindrical-coordinate representation of color #CC3F75: hue angle of 337.02º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3F75 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 63 117 -
CMYK 0 0.69 0.43 0.2
HSL 337.02º 0.58% 0.52% -
HSV(B) 337.02º 0.69% 0.8% -
XYZ 29.89 17.68 18.67 -
YUV 111.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 204 63 117 0 0.69 0.43 0.2 337.02 0.58 0.52
Hex CC 3F 75 0 45 2B 14 151 3A 34
Octal 314 77 165 0 105 53 24 521 72 64
Binary 11001100 111111 1110101 0 1000101 101011 10100 101010001 111010 110100

Color Harmonies of #CC3F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F75

Black with #CC3F75

Text Example


Text Example

White with #CC3F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F75; }

 p { color: rgb(204,63,117); }

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

background-color css

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

 a { background-color: rgb(204,63,117); }

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

border-color css

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

 span { border-color: rgb(204,63,117); }

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