Html Css Color HEX #CF3C6A Cerise

📋 copy color: '#CF3C6A'

red 207 ◦ green 60 ◦ blue 106

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

Shades of Cerise #CF3C6A

Tints of Cerise #CF3C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.42%

R = 55.5%
G = 16.09%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF3C6A (or 0xCF3C6A) is known color: Cerise. HEX triplet: CF, 3C and 6A. RGB value is (207,60,106). Sum of RGB (Red+Green+Blue) = 207+60+106=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3C6A is #30C395. Grayscale: #6D6D6D. Windows color (decimal): -3195798 or 6962383. OLE color: 6962383.

HSL color Cylindrical-coordinate representation of color #CF3C6A: hue angle of 341.22º 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 #CF3C6A is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 60 106 -
CMYK 0 0.71 0.49 0.19
HSL 341.22º 0.6% 0.52% -
HSV(B) 341.22º 0.71% 0.81% -
XYZ 29.95 17.54 15.44 -
YUV 109.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 207 60 106 0 0.71 0.49 0.19 341.22 0.6 0.52
Hex CF 3C 6A 0 47 31 13 155 3C 34
Octal 317 74 152 0 107 61 23 525 74 64
Binary 11001111 111100 1101010 0 1000111 110001 10011 101010101 111100 110100

Color Harmonies of #CF3C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C6A

Black with #CF3C6A

Text Example


Text Example

White with #CF3C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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