Html Css Color HEX #CF3C74 Cranberry

📋 copy color: '#CF3C74'

red 207 ◦ green 60 ◦ blue 116

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

Shades of Cranberry #CF3C74

Tints of Cranberry #CF3C74

RGB

 RED value IS 207 (81.25% from 255) = 54.05%

 GREEN value IS 60 (23.83% from 255) = 15.67%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 54.05%
G = 15.67%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF3C74 (or 0xCF3C74) is known color: Cranberry. HEX triplet: CF, 3C and 74. RGB value is (207,60,116). Sum of RGB (Red+Green+Blue) = 207+60+116=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3C74 is #30C38B. Grayscale: #6E6E6E. Windows color (decimal): -3195788 or 7617743. OLE color: 7617743.

HSL color Cylindrical-coordinate representation of color #CF3C74: hue angle of 337.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3C74 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 60 116 -
CMYK 0 0.71 0.44 0.19
HSL 337.14º 0.6% 0.52% -
HSV(B) 337.14º 0.71% 0.81% -
XYZ 30.5 17.76 18.34 -
YUV 110.34 131.2 196.95 -
System Red Green Blue C M Y K H S L
Decimal 207 60 116 0 0.71 0.44 0.19 337.14 0.6 0.52
Hex CF 3C 74 0 47 2C 13 151 3C 34
Octal 317 74 164 0 107 54 23 521 74 64
Binary 11001111 111100 1110100 0 1000111 101100 10011 101010001 111100 110100

Color Harmonies of #CF3C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C74

Black with #CF3C74

Text Example


Text Example

White with #CF3C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C74; }

 p { color: rgb(207,60,116); }

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

background-color css

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

 a { background-color: rgb(207,60,116); }

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

border-color css

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

 span { border-color: rgb(207,60,116); }

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